Index: trunk/psLib/test/collections/tst_psHash01.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash01.c	(revision 3690)
+++ trunk/psLib/test/collections/tst_psHash01.c	(revision 4392)
@@ -21,5 +21,5 @@
 {
     ID *id = psAlloc(sizeof(ID));
-    psMemSetDeallocator(id,(psFreeFcn)IdFree);
+    psMemSetDeallocator(id,(psFreeFunc)IdFree);
     id->name = psStringCopy(name);
 
