Index: trunk/psModules/src/camera/pmFPARead.h
===================================================================
--- trunk/psModules/src/camera/pmFPARead.h	(revision 18030)
+++ trunk/psModules/src/camera/pmFPARead.h	(revision 18137)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-06-09 22:59:02 $
+ * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-06-14 02:15:05 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -56,5 +56,6 @@
                        psFits *fits,    // FITS file from which to read
                        int z,           // Readout number/plane; zero-offset indexing
-                       int numRows      // The number of rows to read
+                       int numRows,      // The number of rows to read
+		       psDB *db
                       );
 
@@ -62,5 +63,5 @@
 ///
 /// This function is type-independent (doesn't matter if you are interested in the image/mask/weight).
-int pmCellNumReadouts(pmCell *cell, psFits *fits);
+int pmCellNumReadouts(pmCell *cell, psFits *fits, psDB *db);
 
 /// Read an entire cell
