Index: trunk/psModules/src/config/pmConfigCamera.h
===================================================================
--- trunk/psModules/src/config/pmConfigCamera.h	(revision 12696)
+++ trunk/psModules/src/config/pmConfigCamera.h	(revision 13704)
@@ -1,10 +1,10 @@
 /*  @file pmConfigCamera.h
  *  @brief Camera Configuration functions
- * 
+ *
  *  @author Paul Price, IfA
  *  @author Eugene Magnier, IfA
- * 
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-30 21:12:56 $
+ *
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-06-08 00:31:50 $
  *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -16,9 +16,25 @@
 /// @{
 
+// Generate a skycell version of a camera configuration
+bool pmConfigGenerateSkycellVersion(psMetadata *oldCameras, // Old list of camera configurations
+                                    psMetadata *newCameras, // New list of camera configurations
+                                    const char *name // Name of original camera configuration
+    );
+
+/// Generate the skycell version of a particular camera configuration
+bool pmConfigCameraSkycellVersion(psMetadata *site, // The site configuration
+                           const char *name // Name of the un-mosaicked camera
+    );
+
+
+/// Generate skycell versions of all the camera configurations
+bool pmConfigCameraSkycellVersionsAll(psMetadata *site // Site configuration
+    );
+
 // Generate a mosaicked version of a camera configuration
 bool pmConfigGenerateMosaickedVersion(psMetadata *oldCameras, // Old list of camera configurations
-				      psMetadata *newCameras, // New list of camera configurations
-				      const char *name, // Name of original camera configuration
-				      pmFPALevel mosaicLevel // Level to which we are mosaicking
+                                      psMetadata *newCameras, // New list of camera configurations
+                                      const char *name, // Name of original camera configuration
+                                      pmFPALevel mosaicLevel // Level to which we are mosaicking
     );
 
