Index: trunk/psModules/src/camera/pmReadoutFake.h
===================================================================
--- trunk/psModules/src/camera/pmReadoutFake.h	(revision 15813)
+++ trunk/psModules/src/camera/pmReadoutFake.h	(revision 15815)
@@ -29,9 +29,8 @@
     );
 #else
-bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL
-                              int numCols, int numRows, ///< Dimension of image
-                              const psArray *sources, ///< Array of pmSource
-                              float target, ///< Target FWHM
-                              float minFlux ///< Minimum flux to bother about; for setting source radius
+pmReadout *pmReadoutFakeFromSources(int numCols, int numRows, ///< Dimension of image
+                                    const psArray *sources, ///< Array of pmSource
+                                    float target, ///< Target FWHM
+                                    float minFlux ///< Minimum flux to bother about; for setting source radius
     );
 #endif // PAP_WORK
