Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 4578)
+++ trunk/psLib/src/sys/psMemory.h	(revision 4589)
@@ -12,6 +12,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-18 20:54:22 $
+ *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-21 01:40:10 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -169,5 +169,5 @@
  */
 psFreeFunc psMemGetDeallocator(
-    psPtr ptr                          ///< the memory block
+    const psPtr ptr                          ///< the memory block
 );
 
@@ -239,5 +239,5 @@
 void p_psFree(
     psPtr ptr,                         ///< Pointer to free
-    const char *file,                  ///< File of call
+    const char *filename,              ///< File of call
     unsigned int lineno                ///< Line number of call
 );
@@ -260,10 +260,10 @@
  *  If memory leaks are found, the Memory Problem callback will be called as well.
  *
- *  return psS32  number of memory blocks found as 'leaks', i.e., the number of currently allocated memory
+ *  @return int  number of memory blocks found as 'leaks', i.e., the number of currently allocated memory
  *              blocks above id0 that have not been freed.
  *  @see psAlloc, psFree, psgetMemId, psMemProblemCallbackSet
  *  @ingroup memTracing
  */
-psS32 psMemCheckLeaks(
+int psMemCheckLeaks(
     psMemId id0,                       ///< don't list blocks with id < id0
     psMemBlock* ** arr,                ///< pointer to array of pointers to leaked blocks, or NULL
@@ -275,4 +275,6 @@
  *  i.e., invalid markers that signify a buffer under/overflow.
  *
+ *  @return int
+ *
  *  @ingroup memTracing
  */
@@ -283,4 +285,6 @@
 /** Return reference counter
  *
+ *  @return psReferenceCount
+ *
  *  @ingroup memRefCount
  */
@@ -290,4 +294,6 @@
 
 /** Increment reference counter and return the pointer
+ *
+ *  @return psPtr
  *
  *  @ingroup memRefCount
