Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 32174)
+++ trunk/psLib/src/sys/psMemory.h	(revision 41518)
@@ -651,4 +651,15 @@
 );
 
+/** print detailed information about a pointer allocated by psAlloc
+ *
+ * This function prints a detailed description of a psMemBlock to output.
+ *
+ * @return the return status of fprintf()
+ */
+int psMemBlockPrintPtr(
+    FILE *output,                       ///< FILE to write information too
+    void *ptr ///< pointer to be examined
+);
+
 /** test for matching types (equal free functions)
  *
