/usr/include/xotcl/xotclIntDecls.h is in xotcl-dev 1.6.7-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | /*
* xotclIntDecls.h --
*
* This file contains the declarations for all unsupported
* functions that are exported by the Tcl library. These
* interfaces are not guaranteed to remain the same between
* versions. Use at your own risk.
*
* Copyright (c) 1998-2008 Gustaf Neumann, Uwe Zdun
*
* See the file "tcl-license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*/
#ifndef _XOTCLINTDECLS
#define _XOTCLINTDECLS
/*
* WARNING: This file is automatically generated by the tools/genStubs.tcl
* script. Any modifications to the function declarations below should be made
* in the xotclInt.decls script.
*/
/* !BEGIN!: Do not edit below this line. */
/*
* Exported function declarations:
*/
typedef struct XotclIntStubs {
int magic;
struct XotclIntStubHooks *hooks;
} XotclIntStubs;
#ifdef __cplusplus
extern "C" {
#endif
extern XotclIntStubs *xotclIntStubsPtr;
#ifdef __cplusplus
}
#endif
#if defined(USE_XOTCL_STUBS) && !defined(USE_XOTCL_STUB_PROCS)
/*
* Inline function declarations:
*/
#endif /* defined(USE_XOTCL_STUBS) && !defined(USE_XOTCL_STUB_PROCS) */
/* !END!: Do not edit above this line. */
#endif /* _XOTCLINTDECLS */
|