Index: trunk/psLib/src/imageops/psImageConvolve.h
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.h	(revision 20211)
+++ trunk/psLib/src/imageops/psImageConvolve.h	(revision 20462)
@@ -5,6 +5,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-10-17 01:32:49 $
+ * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-10-29 20:43:18 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -208,4 +208,12 @@
 
 
+psImage *psImageSmoothMask_Threaded(psImage *output,
+				    const psImage *image,
+				    const psImage *mask,
+				    psMaskType maskVal,
+				    float sigma,
+				    float numSigma,
+				    float minGauss);
+
 bool psImageSmoothMaskF32(
     psImage *image,                    ///< the image to be smoothed
