Index: trunk/psLib/src/image/psImage.c
===================================================================
--- trunk/psLib/src/image/psImage.c	(revision 4493)
+++ trunk/psLib/src/image/psImage.c	(revision 4526)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-07 02:17:53 $
+ *  @version $Revision: 1.74 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-09 01:24:30 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -48,6 +48,6 @@
 }
 
-psImage* psImageAlloc(psU32 numCols,
-                      psU32 numRows,
+psImage* psImageAlloc(int numCols,
+                      int numRows,
                       psElemType type)
 {
@@ -149,6 +149,6 @@
 
 psImage* psImageRecycle(psImage* old,
-                        psU32 numCols,
-                        psU32 numRows,
+                        int numCols,
+                        int numRows,
                         const psElemType type)
 {
