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