Index: trunk/archive/scripts/src/pmFPARead.h
===================================================================
--- trunk/archive/scripts/src/pmFPARead.h	(revision 4386)
+++ trunk/archive/scripts/src/pmFPARead.h	(revision 4694)
@@ -4,13 +4,7 @@
 #include "papFocalPlane.h"
 
-// Read the contents of a FITS file (format specified by the camera configuration) into memory
-papFPA *pmFPARead(psFits *fits, // A FITS file
-		  const psMetadata *camera, // The camera configuration
-		  psDB *db		// Database handle
-    );
-
-// Print out the FPA
-void pmFPAPrint(papFPA *fpa		// FPA to print
-    );
+bool pmFPARead(papFPA *fpa,		// FPA to read into
+	       psFits *fits		// FITS file from which to read
+	       );
 
 #endif
