Index: trunk/psLib/src/fileUtils/psFits.h
===================================================================
--- trunk/psLib/src/fileUtils/psFits.h	(revision 3264)
+++ trunk/psLib/src/fileUtils/psFits.h	(revision 3407)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-11 20:38:56 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -249,5 +249,5 @@
 );
 
-#if 0
+
 /** Updates a FITS table.  The current HDU type must be either
  *  PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE.
@@ -259,6 +259,8 @@
 bool psFitsUpdateTable(
     psFits* fits,                      ///< the psFits object
-    psArray* table
+    psMetadata* data,
     ///< Array of psMetadata items, which contains the output data items of each row.
+    int row                            ///< the row number to update.
+
 );
 
@@ -266,4 +268,2 @@
 
 #endif
-
-#endif
