Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4125)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4126)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.131 2005-06-07 00:45:29 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.132 2005-06-07 01:03:45 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -679,4 +679,5 @@
 \item add \code{psMetadataLookupBool()}
 \item add \code{psFitsType}
-\item add missing \code{psImageRecycle} prototype (was already defined)
-\end{itemize}
+\item add missing \code{psImageRecycle()} prototype (was already defined)
+\item add \code{psLookupStatusType}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4125)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4126)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.267 2005-06-07 00:45:29 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.268 2005-06-07 01:03:45 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2074,4 +2074,13 @@
 Interpolation on a lookup table is performed by the following
 functions:
+\begin{datatype}
+typedef enum {
+    PS_LOOKUP_SUCCESS,                  ///< Table lookup succeeded
+    PS_LOOKUP_PAST_TOP,                 ///< Lookup off top of table
+    PS_LOOKUP_PAST_BOTTOM,              ///< Lookup off bottom of table
+    PS_LOOKUP_ERROR                     ///< Any other type of lookup error
+} psLookupStatusType;
+\end{datatype}
+
 \begin{prototype}
 double psLookupTableInterpolate(const psLookupTable *table, double index, long column, psLookupStatusType *status);
