Index: trunk/psLib/src/collections/psHash.c
===================================================================
--- trunk/psLib/src/collections/psHash.c	(revision 4352)
+++ trunk/psLib/src/collections/psHash.c	(revision 4392)
@@ -12,6 +12,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-22 23:48:39 $
+*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-25 02:02:05 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -91,5 +91,5 @@
     psHashBucket* bucket = psAlloc(sizeof(psHashBucket));
 
-    psMemSetDeallocator(bucket, (psFreeFcn) hashBucketFree);
+    psMemSetDeallocator(bucket, (psFreeFunc) hashBucketFree);
 
     // Initialize the bucket.
@@ -142,5 +142,5 @@
     psHash* table = psAlloc(sizeof(psHash));
 
-    psMemSetDeallocator(table, (psFreeFcn) hashFree);
+    psMemSetDeallocator(table, (psFreeFunc) hashFree);
 
     // Allocate memory for the buckets.
