Index: trunk/psphot/src/psphotDetect.h
===================================================================
--- trunk/psphot/src/psphotDetect.h	(revision 21353)
+++ trunk/psphot/src/psphotDetect.h	(revision 21392)
@@ -12,10 +12,12 @@
 
 // Top level functions
-pmConfig       *psphotArguments (int argc, char **argv);
-bool            psphotParseCamera (pmConfig *config);
-bool            psphotImageLoop (pmConfig *config);
-bool            psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile);
-void            psphotCleanup (pmConfig *config);
-psExit          psphotGetExitStatus ();
+pmConfig   *psphotDetectArguments(int argc, char **argv);
+bool        psphotDetectParseCamera (pmConfig *config);
+bool        psphotDetectImageLoop (pmConfig *config);
+bool        psphotDetectReadout(pmConfig *config, const pmFPAview *view);
+
+bool        psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile);
+void        psphotCleanup (pmConfig *config);
+psExit      psphotGetExitStatus ();
 
 #endif
