Index: trunk/psLib/src/sysUtils/psMemory.h
===================================================================
--- trunk/psLib/src/sysUtils/psMemory.h	(revision 3264)
+++ trunk/psLib/src/sysUtils/psMemory.h	(revision 3682)
@@ -12,6 +12,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -150,5 +150,5 @@
  *
  */
-void p_psMemSetDeallocator(
+void psMemSetDeallocator(
     psPtr ptr,                         ///< the memory block to operate on
     psFreeFcn freeFcn                  ///< the function to be executed at deallocation
@@ -164,5 +164,5 @@
  *  @return psFreeFcn    the routine to be called at deallocation.
  */
-psFreeFcn p_psMemGetDeallocator(
+psFreeFcn psMemGetDeallocator(
     psPtr ptr                          ///< the memory block
 );
