--- np2/macosx/Attic/configure.h 2003/10/24 19:19:58 1.2 +++ np2/macosx/Attic/configure.h 2003/10/28 16:44:44 1.3 @@ -6,4 +6,12 @@ * */ +#ifdef __cplusplus +extern "C" { +#endif + void initConfig( void ); + +#ifdef __cplusplus +} +#endif