[Spread-cvs] commit: r479 - libspreadutil/trunk/src

jonathan at spread.org jonathan at spread.org
Sun Mar 4 14:28:53 EST 2012


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 */




More information about the Spread-cvs mailing list