Index: trunk/psLib/src/sysUtils/psMemory.h
===================================================================
--- trunk/psLib/src/sysUtils/psMemory.h	(revision 830)
+++ trunk/psLib/src/sysUtils/psMemory.h	(revision 876)
@@ -12,6 +12,6 @@
  *  @author Robert Lupton, Princeton University
  *
- *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-02 20:03:22 $
+ *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-04 23:46:48 $
  *
  *  @ingroup SystemGroup System Utilities
@@ -113,4 +113,6 @@
 );
 
+typedef void (*psFreeFcn)(void* ptr);
+
 /** Memory allocation.  This operates much like malloc(), but is guaranteed to return a non-NULL value.
  *
@@ -277,4 +279,8 @@
 );
 
+#define PS_FREE     (void*)1
+
+void p_psCustomFree(psFreeFcn fcn,void* ptr);
+
 //@} End of Memory Management Functions
 
