Index: trunk/psModules/src/config/pmConfig.h
===================================================================
--- trunk/psModules/src/config/pmConfig.h	(revision 11251)
+++ trunk/psModules/src/config/pmConfig.h	(revision 11292)
@@ -5,6 +5,6 @@
  *  @author Eugene Magnier, IfA
  * 
- *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-24 01:05:41 $
+ *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-26 00:05:18 $
  *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -155,5 +155,9 @@
 
 /// Convert the supplied name, create a new output psString
-psString pmConfigConvertFilename(const char *filename, const pmConfig *config);
+psString pmConfigConvertFilename(
+    const char *filename,               ///< file path/URI
+    const pmConfig *config,             ///< configuration
+    bool create                         ///< create the file if it doesn't exist
+);
 
 /// Set whether all config parameters are read on startup
