Index: trunk/psphot/src/pmFootprint.h
===================================================================
--- trunk/psphot/src/pmFootprint.h	(revision 13372)
+++ trunk/psphot/src/pmFootprint.h	(revision 13441)
@@ -31,6 +31,10 @@
 void pmFootprintSetBBox(pmFootprint *fp);
 psArray *pmFindFootprints(const psImage *img, const float threshold, const int npixMin);
+pmFootprint *pmOldFindFootprintAtPoint(const psImage *img,
+                                    const float threshold,
+                                    int row, int col);
 pmFootprint *pmFindFootprintAtPoint(const psImage *img,
                                     const float threshold,
+                                    const psArray *peaks,
                                     int row, int col);
 
