Index: trunk/psLib/src/collections/psBitSet.c
===================================================================
--- trunk/psLib/src/collections/psBitSet.c	(revision 1166)
+++ trunk/psLib/src/collections/psBitSet.c	(revision 1167)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-01 00:45:41 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-01 00:57:31 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -57,5 +57,5 @@
 /*  FUNCTION IMPLEMENTATION - LOCAL                                          */
 /*****************************************************************************/
-static void bitSetFree(psBitSet *restrict inBitSet);
+static void psBitSetFree(psBitSet *restrict inBitSet);
 
 
@@ -95,5 +95,5 @@
         psAbort(__func__," : Line %d - Failed to allocate memory", __LINE__);
     }
-    p_psMemSetDeallocator(newObj,(psFreeFcn)bitSetFree);
+    p_psMemSetDeallocator(newObj,(psFreeFcn)psBitSetFree);
     newObj->n = numBytes;
 
@@ -110,5 +110,5 @@
 }
 
-static void bitSetFree(psBitSet *restrict inBitSet)
+static void psBitSetFree(psBitSet *restrict inBitSet)
 {
     if(inBitSet == NULL) {
