Index: trunk/psLib/src/fits/psFits.h
===================================================================
--- trunk/psLib/src/fits/psFits.h	(revision 4898)
+++ trunk/psLib/src/fits/psFits.h	(revision 5057)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-30 01:14:13 $
+ *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-15 21:22:21 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -48,6 +48,7 @@
 typedef struct
 {
-    fitsfile* p_fd;                    ///< the CFITSIO fits files handle.
+    fitsfile* fd;                      ///< the CFITSIO fits files handle.
     const char* filename;              ///< the filename of the fits file
+    bool writable;                     ///< Is the file writable?
 }
 psFits;
