Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 6355)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 6356)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.190 2006-01-31 00:55:42 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.191 2006-02-08 01:06:40 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -845,3 +845,4 @@
 \item \code{psVector.n} and \code{psArray.n} to be initially set to zero
 \item \code{psArrayAlloc} and \code{psArrayRealloc} to initialise values
-\end{itemize}
+\item add \code{*out} param to \code{psFitsReadHeaderSet()}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 6355)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 6356)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.379 2006-02-07 00:51:33 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.380 2006-02-08 01:06:40 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4097,5 +4097,5 @@
 
 \begin{prototype}
-psMetadata *psFitsReadHeaderSet(const psFits *fits);
+psMetadata *psFitsReadHeaderSet(psMetadata *out, const psFits *fits);
 \end{prototype}
 Load a complete set of headers from the \code{psFits} file pointer.
@@ -4107,5 +4107,5 @@
 operation, the file pointer is rewound to the beginning of the file.
 At the end, it is positioned where it started when the function was
-called.
+called. If \code{out} is \code{NULL}, a new psMetadata is created.
 
 \begin{prototype}
