Index: generic/nxIntDecls.h =================================================================== diff -u -raf4326a00a0f2d0b2f1e0369af71637f48c2d56a -r6ea6d0637499c0bec71b698baa4ab755ecb863ff --- generic/nxIntDecls.h (.../nxIntDecls.h) (revision af4326a00a0f2d0b2f1e0369af71637f48c2d56a) +++ generic/nxIntDecls.h (.../nxIntDecls.h) (revision 6ea6d0637499c0bec71b698baa4ab755ecb863ff) @@ -29,28 +29,28 @@ */ -typedef struct XotclIntStubs { +typedef struct NxIntStubs { int magic; - struct XotclIntStubHooks *hooks; + struct NxIntStubHooks *hooks; -} XotclIntStubs; +} NxIntStubs; #ifdef __cplusplus extern "C" { #endif -extern XotclIntStubs *xotclIntStubsPtr; +extern NxIntStubs *nxIntStubsPtr; #ifdef __cplusplus } #endif -#if defined(USE_XOTCL_STUBS) && !defined(USE_XOTCL_STUB_PROCS) +#if defined(USE_NX_STUBS) && !defined(USE_NX_STUB_PROCS) /* * Inline function declarations: */ -#endif /* defined(USE_XOTCL_STUBS) && !defined(USE_XOTCL_STUB_PROCS) */ +#endif /* defined(USE_NX_STUBS) && !defined(USE_NX_STUB_PROCS) */ /* !END!: Do not edit above this line. */