Index: trunk/psLib/src/sysUtils/psHash.h
===================================================================
--- trunk/psLib/src/sysUtils/psHash.h	(revision 1073)
+++ trunk/psLib/src/sysUtils/psHash.h	(revision 1202)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *   
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-08 22:05:14 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,4 +21,6 @@
  *  \{
  */
+#include<stdbool.h>
+
 #include "psList.h"
 
@@ -46,8 +48,8 @@
 
 /// Insert entry into table.
-void *psHashInsert(psHash *table,               ///< table to insert in
-                   const char *key,             ///< key to use
-                   void *data                   ///< data to insert
-                  );
+bool psHashAdd(psHash *table,               ///< table to insert in
+               const char *key,             ///< key to use
+               void *data                   ///< data to insert
+              );
 
 /// Lookup key in table.
