Index: trunk/psLib/src/imageops/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/imageops/psImagePixelManip.h	(revision 4934)
+++ trunk/psLib/src/imageops/psImagePixelManip.h	(revision 4938)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-31 21:58:22 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-01 01:05:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -95,5 +95,5 @@
     psImage *image,                    ///< the image to set
     psRegion *region,                  ///< the specified region
-    bool logical_and,                  ///< the logical operation
+    const char *op,                    ///< the logical operation
     psMaskType maskValue               ///< the specified bits
 );
@@ -107,5 +107,5 @@
     psImage *image,                    ///< the image to set
     psRegion *region,                  ///< the specified region
-    bool logical_and,                  ///< the logical operation
+    const char *op,                    ///< the logical operation
     psMaskType maskValue               ///< the specified bits
 );
@@ -121,5 +121,5 @@
     double y,                          ///< the y coordinate of the circle's center
     double radius,                     ///< the radius of the specified circle
-    bool logical_and,                  ///< the logical operation
+    const char *op,                    ///< the logical operation
     psMaskType maskValue               ///< the specified bits
 );
@@ -135,5 +135,5 @@
     double y,                          ///< the y coordinate of the circle's center
     double radius,                     ///< the radius of the specified circle
-    bool logical_and,                  ///< the logical operation
+    const char *op,                    ///< the logical operation
     psMaskType maskValue               ///< the specified bits
 );
