Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3247)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3248)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.69 2005-02-16 00:38:40 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.70 2005-02-17 02:34:52 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -473,3 +473,5 @@
 \item add limit param to psDBSelectRows()
 \item change psDBUpdateRows() & psDBDeleteRows() to return signed values
-\end{itemize}
+\item Made \code{psMemSetDeallocator} and \code{psMemGetDeallocator}
+  public functions, and cleaned up description.
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 3247)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 3248)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.181 2005-02-16 00:38:40 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.182 2005-02-17 02:34:56 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -463,6 +463,6 @@
 
 \begin{verbatim}
-void p_psMemSetDeallocator(void* ptr, psFreeFcn freeFcn);     
-psFreeFcn p_psMemGetDeallocator(void* ptr);     
+void psMemSetDeallocator(void* ptr, psFreeFcn freeFcn);     
+psFreeFcn psMemGetDeallocator(void* ptr);     
 \end{verbatim}
 
@@ -476,10 +476,10 @@
 free function would free the data element references they may contain.
 
-The fucntion \code{p_psSetFreeFcn} is used to associated a free
-function to a memory block, while \code{p_psGetFreeFcn} retrieves the
-last free function set.  To remove a free function from a memory
-block, the \code{psSetFreeFcn} should be invoked with \code{NULL}.  If
-no free function is set, \code{p_psGetFreeFcn} shall return
-\code{NULL}.
+The fucntion \code{psMemSetDeallocator} is used to associated a free
+function to a memory block, while \code{psMemGetDeallocator} retrieves
+the last free function set.  To remove a free function from a memory
+block, the \code{psMemSetDeallocator} should be invoked with
+\code{NULL}.  If no free function is set, \code{psMemGetDeallocator}
+shall return \code{NULL}.
 
 \subsubsection{Callback Routines}
