Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4124)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4125)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.130 2005-06-07 00:37:10 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.131 2005-06-07 00:45:29 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -679,3 +679,4 @@
 \item add \code{psMetadataLookupBool()}
 \item add \code{psFitsType}
-\end{itemize}
+\item add missing \code{psImageRecycle} prototype (was already defined)
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4124)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4125)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.266 2005-06-07 00:41:29 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.267 2005-06-07 00:45:29 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1573,4 +1573,12 @@
 dimensionality must be 2.  
 
+\begin{protype}
+psImage* psImageRecycle(
+    psImage* old,                       ///< the psImage to recycle by resizing image buffer
+    psU32 numCols,                      ///< the desired number of columns in image
+    psU32 numRows,                      ///< the desired number of rows in image
+    const psElemType type               ///< the desired datatype of the image
+);
+\end{protype}
 \code{psImageRecycle} shall recycle the input \code{old} image, such
 that the output \code{psImage} matches the specified size
