Index: trunk/psModules/src/config/pmConfig.h
===================================================================
--- trunk/psModules/src/config/pmConfig.h	(revision 11040)
+++ trunk/psModules/src/config/pmConfig.h	(revision 11245)
@@ -9,6 +9,6 @@
 /// @author Eugene Magnier, IfA
 ///
-/// @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2007-01-11 22:54:56 $
+/// @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2007-01-23 03:19:43 $
 ///
 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
@@ -97,6 +97,7 @@
 ///
 /// Given a FITS header (the PHU header), check it against the RULE metadata contained within the camera
-/// format; return true if it matches.
-bool pmConfigValidateCameraFormat(const psMetadata *cameraFormat, ///< Camera format containing the RULE
+/// format; return found = true if it matches. return false on serious errors
+bool pmConfigValidateCameraFormat(bool *valid,
+                                  const psMetadata *cameraFormat, ///< Camera format containing the RULE
                                   const psMetadata *header // FITS header for the PHU
                                  );
