Index: trunk/psLib/src/imageops/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/imageops/psImagePixelManip.h	(revision 4938)
+++ trunk/psLib/src/imageops/psImagePixelManip.h	(revision 5064)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-01 01:05:41 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-16 23:56:48 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -94,5 +94,5 @@
 void psImageMaskRegion(
     psImage *image,                    ///< the image to set
-    psRegion *region,                  ///< the specified region
+    psRegion region,                   ///< the specified region
     const char *op,                    ///< the logical operation
     psMaskType maskValue               ///< the specified bits
@@ -106,5 +106,5 @@
 void psImageKeepRegion(
     psImage *image,                    ///< the image to set
-    psRegion *region,                  ///< the specified region
+    psRegion region,                   ///< the specified region
     const char *op,                    ///< the logical operation
     psMaskType maskValue               ///< the specified bits
