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
