Index: trunk/pois/src/pois.h
===================================================================
--- trunk/pois/src/pois.h	(revision 3807)
+++ trunk/pois/src/pois.h	(revision 3813)
@@ -173,8 +173,8 @@
 
 // Reject stamps, based on the deviations
-bool poisRejectStamps(psArray *stamps,	// Array of stamps
-		      psImage *mask,	// Mask image
-		      const psVector *deviations, // Vector of deviations for the stamps
-		      const poisConfig *config // Configuration
+psList *restrict poisRejectStamps(psArray *stamps,	// Array of stamps
+				  psImage *mask,	// Mask image
+				  const psVector *deviations, // Vector of deviations for the stamps
+				  const poisConfig *config // Configuration
     );
 
