Index: generic/nsfIntDecls.h =================================================================== diff -u -r0e8b567e2a1808c514f6340430920ad4d59953bc -r7a7a3fd2c6a87751e29436786910fd5b9c550d1c --- generic/nsfIntDecls.h (.../nsfIntDecls.h) (revision 0e8b567e2a1808c514f6340430920ad4d59953bc) +++ generic/nsfIntDecls.h (.../nsfIntDecls.h) (revision 7a7a3fd2c6a87751e29436786910fd5b9c550d1c) @@ -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. */