From d903721eb5098aea185e5f3314f85c24dac343aa Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Tue, 2 Dec 2003 11:12:03 +0000 Subject: Make this function global svn-id: r11469 --- backends/PalmOS/Src/forms/formSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/PalmOS/Src/forms') diff --git a/backends/PalmOS/Src/forms/formSystem.cpp b/backends/PalmOS/Src/forms/formSystem.cpp index 5b40f08e39..1e94a311b8 100644 --- a/backends/PalmOS/Src/forms/formSystem.cpp +++ b/backends/PalmOS/Src/forms/formSystem.cpp @@ -21,7 +21,7 @@ static UInt32 GetStackSize() { return ((Char *)endPP - (Char *)startPP) / 1024L; } -static void GetMemory(UInt32* storageMemoryP, UInt32* dynamicMemoryP, UInt32 *storageFreeP, UInt32 *dynamicFreeP) { +void GetMemory(UInt32* storageMemoryP, UInt32* dynamicMemoryP, UInt32 *storageFreeP, UInt32 *dynamicFreeP) { UInt32 free, max; Int16 i; -- cgit v1.2.3