--- np2/macosx/Attic/soundopt.h 2003/10/25 21:28:14 1.1 +++ np2/macosx/Attic/soundopt.h 2003/10/28 16:44:44 1.2 @@ -6,4 +6,12 @@ * */ -void initSoundOpt(void); \ No newline at end of file +#ifdef __cplusplus +extern "C" { +#endif + +void initSoundOpt(void); + +#ifdef __cplusplus +} +#endif