Index: trunk/psLib/src/image/psImage.c
===================================================================
--- trunk/psLib/src/image/psImage.c	(revision 4526)
+++ trunk/psLib/src/image/psImage.c	(revision 4534)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.74 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-09 01:24:30 $
+ *  @version $Revision: 1.75 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-11 21:38:19 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -369,11 +369,11 @@
 }
 
-psC64 psImagePixelInterpolate(const psImage* input,
-                              float x,
-                              float y,
-                              const psImage* mask,
-                              psU32 maskVal,
-                              psC64 unexposedValue,
-                              psImageInterpolateMode mode)
+complex psImagePixelInterpolate(const psImage* input,
+                                float x,
+                                float y,
+                                const psImage* mask,
+                                psMaskType maskVal,
+                                complex unexposedValue,
+                                psImageInterpolateMode mode)
 {
 
