Index: /trunk/psphot/src/psphot.h
===================================================================
--- /trunk/psphot/src/psphot.h	(revision 11186)
+++ /trunk/psphot/src/psphot.h	(revision 11187)
@@ -33,5 +33,5 @@
 // psphotReadout functions
 bool            psphotImageMedian (pmConfig *config, pmFPAview *view);
-psArray        *psphotFindPeaks (pmReadout *readout, psMetadata *recipe);
+psArray        *psphotFindPeaks (pmReadout *readout, psMetadata *recipe, int pass);
 psArray        *psphotSourceStats (pmReadout *readout, psMetadata *recipe, psArray *allpeaks);
 bool            psphotRoughClass (psArray *sources, psMetadata *recipe);
@@ -97,2 +97,3 @@
 bool psphotFitInit ();
 bool psphotFitSummary ();
+bool psphotMergeSources (psArray *oldSources, psArray *newSources);
