Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4924)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4925)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.331 2005-08-31 01:22:15 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.332 2005-08-31 02:33:37 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -377,5 +377,5 @@
 %\filbreak
 \begin{datatype}
-typedef struct {
+typedef struct psMemBlock {
     const void* startblock;             ///< initialised to p_psMEMMAGIC
     struct psMemBlock* previousBlock;   ///< previous block in allocation list
@@ -3222,5 +3222,5 @@
 typedef struct {
     psDimen dimen;                      ///< The dimensionality
-    psElemType type;                ///< The type
+    psElemType type;                    ///< The type
 } psMathType;
 \end{datatype}
@@ -3404,5 +3404,5 @@
 
 \begin{prototype}
-int psVectorInit(psVector *image, ...);
+bool psVectorInit(psVector *image, ...);
 \end{prototype}
 
@@ -3514,5 +3514,5 @@
 
 \begin{prototype}
-int psImageInit(psImage *image, ...);
+bool psImageInit(psImage *image, ...);
 \end{prototype}
 
