Index: trunk/psLib/src/dataIO/psFits.h
===================================================================
--- trunk/psLib/src/dataIO/psFits.h	(revision 4190)
+++ trunk/psLib/src/dataIO/psFits.h	(revision 4191)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-09 19:26:48 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-09 19:40:51 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -178,6 +178,5 @@
     const 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
-    char* extname                      ///< extension name
+    int depth                          ///< the number of z-planes of the FITS image data cube
 );
 
@@ -248,7 +247,6 @@
     const psFits* fits,                ///< the psFits object
     psMetadata* header,                ///< header items for the new HDU.  Can be NULL.
-    psArray* table,
+    psArray* table
     ///< Array of psMetadata items, which contains the output data items of each row.
-    char* extname                      ///< extension name
 );
 
