1/*
2 * xotclIntDecls.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 * Copyright (c) 1998-2008 Gustaf Neumann, Uwe Zdun
10 *
11 * See the file "tcl-license.terms" for information on usage and redistribution
12 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
13 *
14 */
15
16#ifndef _XOTCLINTDECLS
17#define _XOTCLINTDECLS
18
19/*
20 * WARNING: This file is automatically generated by the tools/genStubs.tcl
21 * script.  Any modifications to the function declarations below should be made
22 * in the xotclInt.decls script.
23 */
24
25/* !BEGIN!: Do not edit below this line. */
26
27/*
28 * Exported function declarations:
29 */
30
31
32typedef struct XotclIntStubs {
33    int magic;
34    struct XotclIntStubHooks *hooks;
35
36} XotclIntStubs;
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41extern XotclIntStubs *xotclIntStubsPtr;
42#ifdef __cplusplus
43}
44#endif
45
46#if defined(USE_XOTCL_STUBS) && !defined(USE_XOTCL_STUB_PROCS)
47
48/*
49 * Inline function declarations:
50 */
51
52
53#endif /* defined(USE_XOTCL_STUBS) && !defined(USE_XOTCL_STUB_PROCS) */
54
55/* !END!: Do not edit above this line. */
56
57#endif /* _XOTCLINTDECLS */
58