Index: trunk/psModules/src/camera/pmFPAfileFitsIO.h
===================================================================
--- trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 7589)
+++ trunk/psModules/src/camera/pmFPAfileFitsIO.h	(revision 9950)
@@ -7,6 +7,6 @@
 *  @author EAM, IfA
 *
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-06-17 01:50:43 $
+*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-11-13 22:15:55 $
 *
 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
@@ -25,3 +25,13 @@
 bool pmFPAviewFreeFitsImage (const pmFPAview *view, pmFPAfile *file);
 
+
+// read a table into the current view
+bool pmFPAviewReadFitsTable(const pmFPAview *view, pmFPAfile *file, const char *name);
+
+// write the table for the specified view
+bool pmFPAviewWriteFitsTable(const pmFPAview *view, pmFPAfile *file, const char *name);
+
+// free the appropriate table containers
+bool pmFPAviewFreeFitsTable(const pmFPAview *view, pmFPAfile *file, const char *name);
+
 # endif
