Index: trunk/psLib/src/image/psImageIO.h
===================================================================
--- trunk/psLib/src/image/psImageIO.h	(revision 974)
+++ trunk/psLib/src/image/psImageIO.h	(revision 1241)
@@ -9,6 +9,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-10 01:58:06 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-19 22:01:19 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,4 +16,6 @@
 # ifndef PS_IMAGEIO_H
 # define PS_IMAGEIO_H
+
+#include <stdbool.h>
 
 #include "psImage.h"
@@ -54,7 +56,7 @@
 /** Read an image or subimage from a FITS file specified by a filename.
  *
- *  return psImage*         NULL if an error, otherwise same as input psImage
+ *  return bool         TRUE is successful, otherwise FALSE.
  */
-int psImageWriteSection(
+bool psImageWriteSection(
     psImage* input,
     /**< the psImage to write */
