1/*
2 * tcldomStubInit.c --
3 */
4
5#include "tcldom.h"
6
7/*
8 * Remove macros that will interfere with the definitions below.
9 */
10
11
12/*
13 * WARNING: The contents of this file is automatically generated by the
14 * genStubs.tcl script. Any modifications to the function declarations
15 * below should be made in the tcldom.decls script.
16 */
17
18/* !BEGIN!: Do not edit below this line. */
19
20TcldomStubs tcldomStubs = {
21    TCL_STUB_MAGIC,
22    NULL,
23    NULL, /* 0 */
24    NULL, /* 1 */
25    TclDOM_Register, /* 2 */
26};
27
28/* !END!: Do not edit above this line. */
29