Index: generic/nsfIntDecls.h =================================================================== diff -u -rcaba76f5ac2943f5a3dfd33550cb578132f40c80 -rd07aa68ec94789131c272386b8a972bef86bf754 --- generic/nsfIntDecls.h (.../nsfIntDecls.h) (revision caba76f5ac2943f5a3dfd33550cb578132f40c80) +++ generic/nsfIntDecls.h (.../nsfIntDecls.h) (revision d07aa68ec94789131c272386b8a972bef86bf754) @@ -25,6 +25,10 @@ /* !BEGIN!: Do not edit below this line. */ +#ifdef __cplusplus +extern "C" { +#endif + /* * Exported function declarations: */ @@ -36,10 +40,8 @@ } NsfIntStubs; -#ifdef __cplusplus -extern "C" { -#endif extern NsfIntStubs *nsfIntStubsPtr; + #ifdef __cplusplus } #endif