Index: trunk/psLib/src/image/psImageManip.h
===================================================================
--- trunk/psLib/src/image/psImageManip.h	(revision 1250)
+++ trunk/psLib/src/image/psImageManip.h	(revision 1260)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-21 23:39:10 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-22 20:02:56 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -105,4 +105,11 @@
 );
 
+psImage* psImageResample(
+    psImage* out,                   ///< an psImage to recycle.  If NULL, a new image is created
+    const psImage* in,              ///< input image
+    int scale,
+    psImageInterpolateMode mode
+);
+
 psImage* psImageRotate(
     psImage* out,                   ///< an psImage to recycle.  If NULL, a new image is created
