Index: trunk/ppStack/src/ppStack.h
===================================================================
--- trunk/ppStack/src/ppStack.h	(revision 13464)
+++ trunk/ppStack/src/ppStack.h	(revision 14626)
@@ -34,3 +34,9 @@
     );
 
+/// Convolve image to match specified seeing
+bool ppStackMatch(pmReadout *output,    ///< Convolved readout
+                  const pmReadout *input, ///< Readout to be convolved
+                  const pmConfig *config ///< Configuration
+    );
+
 #endif
