Index: trunk/psLib/src/dataIO/psFits.h
===================================================================
--- trunk/psLib/src/dataIO/psFits.h	(revision 2375)
+++ trunk/psLib/src/dataIO/psFits.h	(revision 2681)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-16 20:00:21 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-12-10 02:50:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -63,5 +63,5 @@
  *  @return psFitsType    The HDU type, or PS_FITS_TYPE_NONE if move failed.
  */
-psFitsType psFitsMoveExtName(
+bool psFitsMoveExtName(
     psFits* fits,                      ///< the psFits object to move
     const char* extname                ///< the extension name
@@ -72,5 +72,5 @@
  *  @return psFitsType    The HDU type, or PS_FITS_TYPE_NONE if move failed.
  */
-psFitsType psFitsMoveExtNum(
+bool psFitsMoveExtNum(
     psFits* fits,                      ///< the psFits object to move
     int extnum,                        ///< the extension number to move to (zero is primary HDU)
@@ -102,13 +102,4 @@
  */
 int psFitsGetSize(
-    psFits* fits                       ///< the psFits object
-);
-
-/** Create a new extension on the end of the file of the given type.  The
- *  FITS file is 
- *
- *  @return bool       true if successful, otherwise false
- */
-bool psFitsCreateExt(
     psFits* fits                       ///< the psFits object
 );
@@ -152,6 +143,6 @@
  */
 bool psFitsWriteHeader(
-    psFits* fits,                      ///< the psFits object
-    psMetadata* out                    ///< the psMetadata data in which to write
+    psMetadata* header,                ///< the psMetadata data in which to write
+    psFits* fits                       ///< the psFits object
 );
 
@@ -160,5 +151,5 @@
  *  @return psImage*     the read image or NULL if there was an error.
  */
-psImage* psfitsReadImageSection(
+psImage* psFitsReadImageSection(
     psImage* out,                      ///< a psImage to recycle.
     psFits* fits,                      ///< the psFits object
