Index: trunk/psLib/src/collections/psPixels.h
===================================================================
--- trunk/psLib/src/collections/psPixels.h	(revision 4321)
+++ trunk/psLib/src/collections/psPixels.h	(revision 4401)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-20 22:42:29 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-27 20:38:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -53,5 +53,5 @@
  */
 psPixels* psPixelsAlloc(
-    int size                           ///< the size of the coordinate vectors
+    psU32 nalloc                       ///< the size of the coordinate vectors
 );
 
@@ -62,5 +62,5 @@
 psPixels* psPixelsRealloc(
     psPixels* pixels,                  ///< psPixels to resize, or NULL to create new psPixels
-    int size                           ///< the size of the coordinate vectors
+    psU32 nalloc                       ///< the size of the coordinate vectors
 );
 
@@ -103,6 +103,6 @@
     psImage* out,                      ///< psImage to recycle, or NULL
     const psPixels* pixels,            ///< list of pixels to use
-    const psRegion region,             ///< region to define the output mask image
-    unsigned int maskVal               ///< the mask bit-values to act upon
+    psRegion region,                   ///< region to define the output mask image
+    psMaskType maskVal                 ///< the mask bit-values to act upon
 );
 
@@ -119,5 +119,5 @@
     psPixels *out,                     ///< psPixels to recycle, or NULL
     const psImage *mask,               ///< the input mask psImage
-    unsigned int maskVal               ///< the mask bit-values to act upon
+    psMaskType maskVal                 ///< the mask bit-values to act upon
 );
 
