Index: /trunk/psModules/src/config/pmConfig.h
===================================================================
--- /trunk/psModules/src/config/pmConfig.h	(revision 11039)
+++ /trunk/psModules/src/config/pmConfig.h	(revision 11040)
@@ -9,6 +9,6 @@
 /// @author Eugene Magnier, IfA
 ///
-/// @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2007-01-08 22:26:06 $
+/// @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2007-01-11 22:54:56 $
 ///
 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
@@ -155,6 +155,11 @@
                        );
 
-// convert the supplied name, create a new output psString
-psString pmConfigConvertFilename (char *filename, pmConfig *config);
+/// Convert the supplied name, create a new output psString
+psString pmConfigConvertFilename(const char *filename, const pmConfig *config);
+
+/// Set whether all config parameters are read on startup
+bool pmConfigReadParamsSet(bool newReadCameraConfig // Desired mode for camera configuration reading
+                          );
+
 
 #endif
