Index: trunk/psModules/src/camera/pmFPAfileDefine.h
===================================================================
--- trunk/psModules/src/camera/pmFPAfileDefine.h	(revision 13704)
+++ trunk/psModules/src/camera/pmFPAfileDefine.h	(revision 13931)
@@ -4,6 +4,6 @@
  * @author EAM, IfA
  *
- * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-06-08 00:31:50 $
+ * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-06-21 22:45:27 $
  * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
  */
@@ -26,5 +26,16 @@
 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only
 // reference count is held by the config->files metadata.
-pmFPAfile *pmFPAfileDefineOutput (const pmConfig *config, pmFPA *fpa, const char *name);
+// Define an output pmFPAfile
+pmFPAfile *pmFPAfileDefineOutput(const pmConfig *config, // Configuration
+				 pmFPA *fpa, // Optional FPA to bind
+				 const char *name // Name of camera format to use
+    );
+
+pmFPAfile *pmFPAfileDefineOutputForFormat(const pmConfig *config, // Configuration
+					  pmFPA *fpa, // Optional FPA to bind
+					  const char *name, // Name of file rule
+					  const char *cameraName, // Name of camera configuration to use
+					  const char *formatName // Name of camera format to use
+    );
 
 // look for the given argname on the argument list.  find the give filename from the file rules
