Index: trunk/psLib/src/fits/psFitsTable.h
===================================================================
--- trunk/psLib/src/fits/psFitsTable.h	(revision 7465)
+++ trunk/psLib/src/fits/psFitsTable.h	(revision 7540)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-10 00:07:10 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-13 22:28:02 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -82,5 +82,5 @@
 bool psFitsWriteTable(
     psFits* fits,                      ///< the psFits object
-    psMetadata* header,          ///< header items for the new HDU.  Can be NULL.
+    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.
     const char *extname                 ///< Extension name
@@ -96,5 +96,5 @@
 bool psFitsInsertTable(
     psFits* fits,                  ///< the psFits object
-    psMetadata* header,      ///< header items for the new HDU.  Can be NULL.
+    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.
     const char *extname,                ///< Extension name
