Index: trunk/psModules/src/camera/pmChipMosaic.h
===================================================================
--- trunk/psModules/src/camera/pmChipMosaic.h	(revision 7017)
+++ trunk/psModules/src/camera/pmChipMosaic.h	(revision 7454)
@@ -2,10 +2,15 @@
 #define PM_CHIP_MOSAIC_H
 
-#include "pslib.h"
 #include "pmFPA.h"
 
 // Mosaic all cells within a chip
-bool pmChipMosaic(pmChip *chip      // Chip whose cells will be mosaicked
+bool pmChipMosaic(pmChip *target,       // Target chip --- may contain only a single cell
+                  const pmChip *source  // Source chip whose cells will be mosaicked
                  );
 
+// Mosaic all cells within an FPA
+bool pmFPAMosaic(pmFPA *target,         // Target FPA --- may contain only a single chip with a single cell
+                 const pmFPA *source    // FPA whose chips and cells will be mosaicked
+                );
+
 #endif
