Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4122)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4123)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.129 2005-06-06 23:40:52 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.130 2005-06-07 00:37:10 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -678,3 +678,4 @@
 \item add \code{psMetadataLookupStr()}
 \item add \code{psMetadataLookupBool()}
-\end{itemize}
+\item add \code{psFitsType}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4122)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4123)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.264 2005-06-06 23:40:53 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.265 2005-06-07 00:37:10 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4863,4 +4863,14 @@
 Returns the number of HDUs in the file.
 
+\begin{datatype}
+typedef enum {
+    PS_FITS_TYPE_NONE,
+    PS_FITS_TYPE_IMAGE,
+    PS_FITS_TYPE_BINARY_TABLE,
+    PS_FITS_TYPE_ASCII_TABLE,
+    PS_FITS_TYPE_ANY
+} psFitsType;
+\end{datatype}
+
 \begin{prototype}
 psFitsType psFitsGetExtType(const psFits* fits);
