From 544438b01e0827bb223f22276edc9fe1344735a7 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sat, 25 Feb 2006 20:28:25 +0000 Subject: Prepare those files to be renamed as *.c svn-id: r20886 --- backends/PalmOS/Src/missing/stdio.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'backends/PalmOS/Src/missing/stdio.h') diff --git a/backends/PalmOS/Src/missing/stdio.h b/backends/PalmOS/Src/missing/stdio.h index ca77f1d022..558231e250 100644 --- a/backends/PalmOS/Src/missing/stdio.h +++ b/backends/PalmOS/Src/missing/stdio.h @@ -28,6 +28,10 @@ #include "palmversion.h" #include +#ifdef __cplusplus +extern "C" { +#endif + typedef void (*LedProc)(Boolean show); typedef struct { @@ -88,4 +92,8 @@ void StdioSetLedProc (LedProc ledProc); void StdioSetCacheSize (UInt32 s); void StdioRelease (); +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3