Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 8792)
+++ trunk/psLib/src/sys/psError.h	(revision 8800)
@@ -12,6 +12,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-12 03:16:51 $
+ *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-09-12 21:10:22 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -53,5 +53,5 @@
  */
 psErr* psErrorGet(
-    int which                          ///< position in the error stack. 0 is last error on stack.
+    long which                          ///< position in the error stack. 0 is last error on stack.
 );
 
@@ -82,5 +82,5 @@
  *  @return int The number of items on the error stack
  */
-int psErrorGetStackSize();
+long psErrorGetStackSize();
 
 /** Prints error stack to specified open file descriptor
