Index: generic/nsfIntDecls.h =================================================================== diff -u -r2ce5a2cab4731930a5b26455c56806fc201de23c -r7352c1e6b67222b5868f761f5e471a38ca92bc4b --- generic/nsfIntDecls.h (.../nsfIntDecls.h) (revision 2ce5a2cab4731930a5b26455c56806fc201de23c) +++ generic/nsfIntDecls.h (.../nsfIntDecls.h) (revision 7352c1e6b67222b5868f761f5e471a38ca92bc4b) @@ -31,26 +31,26 @@ typedef struct NsfIntStubs { int magic; - struct NsfIntStubHooks *hooks; + const struct NsfIntStubHooks *hooks; } NsfIntStubs; #ifdef __cplusplus extern "C" { #endif -extern NsfIntStubs *nsfIntStubsPtr; +extern const NsfIntStubs *nsfIntStubsPtr; #ifdef __cplusplus } #endif -#if defined(USE_NSF_STUBS) && !defined(USE_NSF_STUB_PROCS) +#if defined(USE_NSF_STUBS) /* * Inline function declarations: */ -#endif /* defined(USE_NSF_STUBS) && !defined(USE_NSF_STUB_PROCS) */ +#endif /* defined(USE_NSF_STUBS) */ /* !END!: Do not edit above this line. */