Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4061)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4062)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.106 2005-06-01 01:33:39 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.107 2005-06-01 02:09:16 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -646,4 +646,6 @@
   \item change parameters specifying the number of bytes to be allocated to be named \code{size}
   \item change parameters specifying the type of something to be named \code{type} where appropriate
-  \end{itemize}
-\end{itemize}
+\end{itemize}
+\item rename \code{psFitsAlloc()} $\rightarrow$ \code{psFitsOpen()}
+\item add \code{psFitsClose}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4061)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4062)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.239 2005-06-01 01:33:39 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.240 2005-06-01 02:09:16 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4752,8 +4752,14 @@
 
 \begin{prototype}
-psFits *psFitsAlloc(const char *filename);
-\end{prototype}
-
-Opens a FITS file at positions the pointer to the PHU.
+psFits *psFitsOpen(const char *filename);
+\end{prototype}
+
+Opens a FITS file and positions the pointer to the PHU.
+
+\begin{prototype}
+bool psFitsClose(psFits *fits);
+\end{prototype}
+
+Closes a FITS file.
 
 \begin{prototype}
