Index: /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex	(revision 6352)
+++ /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex	(revision 6353)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.183.2.4 2006-01-05 23:58:00 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.183.2.5 2006-02-08 01:00:34 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -841,3 +841,4 @@
 \item convert \code{complex} declarations to be explicitly \code{double complex}
 \item sync \code{psImage}'s definition with the implementation in psLib
-\end{itemize}
+\item add \code{*out} param to \code{psFitsReadHeaderSet()}
+\end{itemize}
Index: /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
===================================================================
--- /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex	(revision 6352)
+++ /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex	(revision 6353)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.362.2.4 2006-01-05 23:58:00 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.362.2.5 2006-02-08 01:00:34 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4049,5 +4049,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.
@@ -4059,5 +4059,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}
