Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 1570)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 1571)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.80 2004-08-19 01:25:00 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.81 2004-08-19 01:30:33 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -720,5 +720,5 @@
 %
 \begin{verbatim}
-int psTraceSetLevel(char *facil, int level);
+int psTraceSetLevel(const char *facil, int level);
 \end{verbatim}
 % 
@@ -728,5 +728,5 @@
 %
 \begin{verbatim}
-int psTraceGetLevel(char *facil);
+int psTraceGetLevel(const char *facil);
 \end{verbatim}
 % 
@@ -833,6 +833,6 @@
 %
 \begin{verbatim}
-void psLogMsg(char *name, int myLevel, char *fmt, ...); 
-void psLogMsgV(char *name, int myLevel, char *fmt, va_list ap); 
+void psLogMsg(const char *name, int myLevel, const char *fmt, ...); 
+void psLogMsgV(const char *name, int myLevel, const char *fmt, va_list ap); 
 \end{verbatim}
 where \code{name} is a word to describe the source of the message,
@@ -867,5 +867,5 @@
 %
 \begin{verbatim}
-int psLogSetDestination(char *dest);      
+int psLogSetDestination(const char *dest);      
 \end{verbatim}
 %
@@ -882,5 +882,5 @@
 %
 \begin{verbatim}
-void psLogSetFormat(const char *fmt);   
+void psLogSetFormat(const char *fmt);
 \end{verbatim}
 %
