Index: trunk/psLib/src/fits/psFits.h
===================================================================
--- trunk/psLib/src/fits/psFits.h	(revision 4342)
+++ trunk/psLib/src/fits/psFits.h	(revision 4343)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-22 02:05:41 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-22 03:00:27 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -156,5 +156,5 @@
 bool psFitsWriteHeader(
     const psMetadata* output,          ///< the psMetadata data in which to write
-    const psFits* fits                 ///< the psFits object
+    psFits* fits                       ///< the psFits object
 );
 
@@ -175,6 +175,6 @@
  */
 bool psFitsWriteImage(
-    const psFits* fits,                ///< the psFits object
-    const psMetadata* header,          ///< header items for the new HDU.  Can be NULL.
+    psFits* fits,                      ///< the psFits object
+    psMetadata* header,                ///< header items for the new HDU.  Can be NULL.
     const psImage* input,              ///< the image to output
     int depth                          ///< the number of z-planes of the FITS image data cube
@@ -245,7 +245,7 @@
  */
 bool psFitsWriteTable(
-    const psFits* fits,                ///< the psFits object
-    psMetadata* header,                ///< header items for the new HDU.  Can be NULL.
-    psArray* table
+    psFits* fits,                      ///< the psFits object
+    const psMetadata* header,          ///< header items for the new HDU.  Can be NULL.
+    const psArray* table
     ///< Array of psMetadata items, which contains the output data items of each row.
 );
@@ -259,6 +259,6 @@
  */
 bool psFitsUpdateTable(
-    const psFits* fits,                ///< the psFits object
-    psMetadata* data,
+    psFits* fits,                ///< the psFits object
+    const psMetadata* data,
     ///< Array of psMetadata items, which contains the output data items of each row.
     int row                            ///< the row number to update.
