Index: trunk/psLib/src/dataIO/psFits.h
===================================================================
--- trunk/psLib/src/dataIO/psFits.h	(revision 3500)
+++ trunk/psLib/src/dataIO/psFits.h	(revision 4158)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-24 23:52:25 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-08 21:07:59 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -22,5 +22,4 @@
 #include "psVector.h"
 #include "psMetadata.h"
-#include "psHash.h"
 #include "psImage.h"
 
@@ -135,10 +134,10 @@
 /** Reads the header of all HDUs.  The current HDU is not changed.
  *
- *  @return psHash*      the header data
- */
-psHash* psFitsReadHeaderSet(
-    psHash* out,
-    ///< The psHash to add the header data via psMetadata items.  If null, a
-    ///< new psHash is created.  The keys of the psHash are the extension names
+ *  @return psMetadata*      the header data set as a number of metadata entries
+ */
+psMetadata* psFitsReadHeaderSet(
+    psMetadata* out,
+    ///< The psMetadata to add the header data via psMetadata items.  If null, a
+    ///< new psMetadata is created.  The keys of the psMetadata are the extension names
     ///< of the cooresponding HDUs.
 
