1/*
2 * trfIntDecls.h --
3 *
4 *	This file contains the declarations for all unsupported
5 *	functions that are exported by the Tcl library.  These
6 *	interfaces are not guaranteed to remain the same between
7 *	versions.  Use at your own risk.
8 *
9 */
10
11#ifndef _TRFINTDECLS
12#define _TRFINTDECLS
13
14/*
15 * WARNING: This file is automatically generated by the tools/genStubs.tcl
16 * script.  Any modifications to the function declarations below should be made
17 * in the generic/tclInt.decls script.
18 */
19
20/* !BEGIN!: Do not edit below this line. */
21
22/*
23 * Exported function declarations:
24 */
25
26
27typedef struct TrfIntStubs {
28    int magic;
29    struct TrfIntStubHooks *hooks;
30
31} TrfIntStubs;
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36extern TrfIntStubs *trfIntStubsPtr;
37#ifdef __cplusplus
38}
39#endif
40
41#if defined(USE_TRF_STUBS) && !defined(USE_TRF_STUB_PROCS)
42
43/*
44 * Inline function declarations:
45 */
46
47
48#endif /* defined(USE_TRF_STUBS) && !defined(USE_TRF_STUB_PROCS) */
49
50/* !END!: Do not edit above this line. */
51
52#endif /* _TRFINTDECLS */
53