commit: r479 - libspreadutil/trunk/src

[email protected] Sun, 04 Mar 2012 14:28:53 -0500
Newsgroups gmane.network.spread.cvs
Message-ID <[email protected]>
Author: jonathan
Date: 2012-03-04 14:28:53 -0500 (Sun, 04 Mar 2012)
New Revision: 479

Modified:
   libspreadutil/trunk/src/memory.c
Log:
Add declaration of Objnum_to_String to file since no longer in memory.h

Modified: libspreadutil/trunk/src/memory.c
===================================================================
--- libspreadutil/trunk/src/memory.c	2012-03-03 21:19:41 UTC (rev 478)
+++ libspreadutil/trunk/src/memory.c	2012-03-04 19:28:53 UTC (rev 479)
@@ -115,6 +115,10 @@
 static bool MemStatus_initialized;
 #endif
 
+/* Declare functions */
+char    *Objnum_to_String(int32u oid);
+
+
 int Mem_valid_objtype(int32u objtype) 
 {
         /* if any bits set higher then max object type return failure */