Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 7615)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 7616)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.203 2006-05-17 22:33:01 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.204 2006-06-21 21:34:17 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -906,3 +906,5 @@
 \begin{itemize}
 \item updated description of \code{psStringCopy()} \& \code{psStringNCopy}
-\end{itemize}
+\item rename \code{psMemThreadSafety()} -> \code{psMemSetThreadSafety()}
+\item add \code{psMemGetThreadSafety()}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 7615)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 7616)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.410 2006-06-15 00:30:49 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.411 2006-06-21 21:34:17 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -824,5 +824,5 @@
 
 \begin{prototype}
-bool psMemThreadSafety(bool safe);
+bool psMemSetThreadSafety(bool safe);
 \end{prototype}
 
@@ -832,4 +832,10 @@
 \code{false}.  The function shall return the previous value of the
 thread safety.
+
+\begin{prototype}
+bool psMemGetThreadSafety(void);
+\end{prototype}
+
+\code{psMemGetThreadSafety} shall return the current state of thread safety in the memory management system.
 
 Note that the default behaviour of the library shall be for the
