Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 7954)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 7955)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.421 2006-07-25 00:10:04 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.422 2006-07-25 00:26:51 eugene Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -980,5 +980,5 @@
     long NLINE;			// allocated length
     long Nline;			// current length
-    char *line;			// character string data
+    psString line;		// character string data
 } psLine;
 \end{datatype}
@@ -1056,4 +1056,5 @@
     PS_DATA_IMAGE,                     ///< psImage
     PS_DATA_KERNEL,                    ///< psKernel
+    PS_DATA_LINE,                      ///< psLine
     PS_DATA_LIST,                      ///< psList
     PS_DATA_LOOKUPTABLE,               ///< psLookupTable
@@ -3637,5 +3638,5 @@
 
 \begin{prototype}
-bool psVectorSet(const psVector *input, long position, double complex value);
+bool psVectorSet(psVector *input, long position, double complex value);
 double complex psVectorGet(const psVector *input, long position);
 \end{prototype}
@@ -4108,5 +4109,5 @@
 \begin{prototype}
 long psDBUpdateRows(psDB *dbh, const char *tableName, const psMetadata *where,
-                    const psMetadata *values);
+                    psMetadata *values);
 \end{prototype}
 
