Index: trunk/psModules/src/camera/pmFPAfileFitsIO.h
===================================================================
--- trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 11793)
+++ trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 12832)
@@ -5,6 +5,6 @@
  * @author PAP, IfA
  *
- * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-02-15 00:34:00 $
+ * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-04-14 03:22:47 $
  * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
  */
@@ -32,5 +32,5 @@
 /// Read an image header into the current view
 bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view,  ///< View specifying level of interest
-				pmFPAfile *file ///< FPA file into which to read
+                                pmFPAfile *file ///< FPA file into which to read
     );
 
@@ -38,5 +38,5 @@
 bool pmFPAviewWriteFitsImage(const pmFPAview *view, ///< View specifying level of interest
                              pmFPAfile *file, ///< FPA file to write
-                             pmConfig *config ///< Configuration
+                             const pmConfig *config ///< Configuration
                             );
 
@@ -44,5 +44,5 @@
 bool pmFPAviewWriteFitsMask(const pmFPAview *view, ///< View specifying level of interest
                             pmFPAfile *file, ///< FPA file to write
-                            pmConfig *config ///< Configuration
+                            const pmConfig *config ///< Configuration
                            );
 
@@ -50,5 +50,5 @@
 bool pmFPAviewWriteFitsWeight(const pmFPAview *view, ///< View specifying level of interest
                               pmFPAfile *file, ///< FPA file to write
-                              pmConfig *config ///< Configuration
+                              const pmConfig *config ///< Configuration
                              );
 
