Index: trunk/psModules/src/config/pmConfigMask.h
===================================================================
--- trunk/psModules/src/config/pmConfigMask.h	(revision 18554)
+++ trunk/psModules/src/config/pmConfigMask.h	(revision 18598)
@@ -4,6 +4,6 @@
  *  @author Paul Price, IfA
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-07-15 20:25:00 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-07-17 20:37:20 $
  *  Copyright 2007 Institute for Astronomy, University of Hawaii
  */
@@ -24,6 +24,6 @@
 /// The mask values are derived from the MASKS recipe
 psMaskType pmConfigMaskGet(const char *masks, ///< List of symbolic names, space/comma delimited
-                        const pmConfig *config ///< Configuration
-                        );
+                           const pmConfig *config ///< Configuration
+    );
 
 bool pmConfigMaskSet(const pmConfig *config, const char *maskName, psMaskType maskValue);
@@ -31,10 +31,10 @@
 // replace the named masks in the recipe with values in the header:
 // replace only the names in the header in the recipe
-bool pmConfigMaskReadHeader (pmConfig *config, psMetadata *header);
+bool pmConfigMaskReadHeader(pmConfig *config, const psMetadata *header);
 
 // write the named mask bits to the header
-bool pmConfigMaskWriteHeader (pmConfig *config, psMetadata *header);
+bool pmConfigMaskWriteHeader(const pmConfig *config, psMetadata *header);
 
-bool pmConfigMaskSetBits (psMaskType *outMaskValue, psMaskType *outMarkValue, pmConfig *config);
+bool pmConfigMaskSetBits(psMaskType *outMaskValue, psMaskType *outMarkValue, const pmConfig *config);
 
 #endif
