Index: /trunk/psLib/src/fits/psFitsTable.c
===================================================================
--- /trunk/psLib/src/fits/psFitsTable.c	(revision 7464)
+++ /trunk/psLib/src/fits/psFitsTable.c	(revision 7465)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-02 21:33:34 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-10 00:07:10 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -554,5 +554,5 @@
 
 
-psArray* psFitsReadTable(psFits* fits)
+psArray* psFitsReadTable(const psFits* fits)
 {
     int status = 0;
Index: /trunk/psLib/src/fits/psFitsTable.h
===================================================================
--- /trunk/psLib/src/fits/psFitsTable.h	(revision 7464)
+++ /trunk/psLib/src/fits/psFitsTable.h	(revision 7465)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-27 01:50:33 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-10 00:07:10 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -69,5 +69,5 @@
  */
 psArray* psFitsReadTable(
-    psFits* fits                       ///< the psFits object
+    const psFits* fits                  ///< the psFits object
 );
 
