Index: trunk/psLib/src/fits/psFitsTable.h
===================================================================
--- trunk/psLib/src/fits/psFitsTable.h	(revision 6767)
+++ trunk/psLib/src/fits/psFitsTable.h	(revision 7230)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-04 19:52:42 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-27 01:50:33 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -82,7 +82,7 @@
 bool psFitsWriteTable(
     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.
+    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,9 +96,8 @@
 bool psFitsInsertTable(
     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.
-    bool after
-    ///< TRUE if insert is done after CHDU, otherwise table is inserted before CHDU
+    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
+    bool after    ///< TRUE if insert is done after CHDU, otherwise table is inserted before CHDU
 );
 
