Index: trunk/psLib/src/dataIO/psFits.h
===================================================================
--- trunk/psLib/src/dataIO/psFits.h	(revision 4308)
+++ trunk/psLib/src/dataIO/psFits.h	(revision 4315)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-17 23:44:21 $
+ *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 02:30:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -104,5 +104,5 @@
  */
 bool psFitsSetExtName(
-    const psFits* fits,                ///< the psFits object
+    psFits* fits,                      ///< the psFits object
     const char* name                   ///< the extension name
 );
@@ -155,5 +155,5 @@
  */
 bool psFitsWriteHeader(
-    const psMetadata* header,          ///< the psMetadata data in which to write
+    const psMetadata* output,          ///< the psMetadata data in which to write
     const psFits* fits                 ///< the psFits object
 );
@@ -186,5 +186,5 @@
  */
 bool psFitsUpdateImage(
-    const psFits* fits,                ///< the psFits object
+    psFits* fits,                      ///< the psFits object
     const psImage* input,              ///< the image to output
     psRegion region,                   ///< the region in the FITS image to write
@@ -234,5 +234,5 @@
  */
 psArray* psFitsReadTable(
-    const psFits* fits                 ///< the psFits object
+    psFits* fits                       ///< the psFits object
 );
 
