Index: trunk/psLib/src/collections/psArray.h
===================================================================
--- trunk/psLib/src/collections/psArray.h	(revision 4307)
+++ trunk/psLib/src/collections/psArray.h	(revision 4312)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-17 23:39:51 $
+ *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 00:53:32 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -77,6 +77,6 @@
  */
 psArray* psArrayAdd(
-    psArray* psArr,                    ///< array to operate on
-    int delta,
+    psArray* array,                    ///< array to operate on
+    long delta,
     ///< the amount to expand array, if necessary.  If less than one, 10 will be used.
     psPtr data                         ///< the data pointer to add to psArray
@@ -122,6 +122,6 @@
  */
 psArray* psArraySort(
-    psArray* in,                       ///< input array to sort.
-    psComparePtrFcn compare            ///< the compare function
+    psArray* array,                       ///< input array to sort.
+    psComparePtrFcn func                  ///< the compare function
 );
 
