--- np2/macosx/Attic/configure.h 2003/10/22 19:57:39 1.1 +++ np2/macosx/Attic/configure.h 2003/10/28 16:44:44 1.3 @@ -6,5 +6,12 @@ * */ +#ifdef __cplusplus +extern "C" { +#endif + void initConfig( void ); -ControlRef getControlRefByID(OSType sign, int id, WindowRef win); \ No newline at end of file + +#ifdef __cplusplus +} +#endif