Index: trunk/psLib/src/image/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/image/psImagePixelManip.h	(revision 4330)
+++ trunk/psLib/src/image/psImagePixelManip.h	(revision 4367)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-21 03:01:37 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-23 03:50:29 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -47,12 +47,12 @@
  *  This function is defined for psC32, and psC64 imagery only.
  *
- *  @return psS32     The number of clipped pixels
+ *  @return int     The number of clipped pixels
  */
 int psImageClipComplexRegion(
     psImage* input,                    ///< the image to clip
-    psC64 min,                         ///< the minimum image value allowed
-    psC64 vmin,                        ///< the value pixels < min are set to
-    psC64 max,                         ///< the maximum image value allowed
-    psC64 vmax                         ///< the value pixels > max are set to
+    _Complex min,                      ///< the minimum image value allowed
+    _Complex vmin,                     ///< the value pixels < min are set to
+    _Complex max,                      ///< the maximum image value allowed
+    _Complex vmax                      ///< the value pixels > max are set to
 );
 
