Index: trunk/psModules/src/camera/pmFPAfileIO.h
===================================================================
--- trunk/psModules/src/camera/pmFPAfileIO.h	(revision 12832)
+++ trunk/psModules/src/camera/pmFPAfileIO.h	(revision 16344)
@@ -3,7 +3,8 @@
  *
  * @author EAM, IfA
+ * @author PAP, IfA
  *
- * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-04-14 03:22:47 $
+ * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-02-07 00:09:40 $
  * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
  */
@@ -34,5 +35,14 @@
 // set the state of the specified pmFPAfile to active (state == true) or inactive
 // if name is NULL, set the state for all pmFPAfiles
-bool pmFPAfileActivate (psMetadata *files, bool state, char *name);
+bool pmFPAfileActivate (psMetadata *files, bool state, const char *name);
+
+/// Set the state of a single pmFPAfile (in the case of multiple files with the same name)
+///
+/// Returns file activated
+pmFPAfile *pmFPAfileActivateSingle(psMetadata *files, ///< Files to activate
+                                   bool state, ///< State to set
+                                   const char *name, ///< Name of file to activate
+                                   int num    ///< Sequence numbner of file to activate
+    );
 
 // examine all pmFPAfiles listed in the files and perform the needed I/O operations (open,read,write,close)
