/* * tcldomxmlStubInit.c -- */ #include "tcldom-libxml2.h" /* * Remove macros that will interfere with the definitions below. */ /* * WARNING: The contents of this file is automatically generated by the * genStubs.tcl script. Any modifications to the function declarations * below should be made in the tcldomxml.decls script. */ /* !BEGIN!: Do not edit below this line. */ TcldomxmlStubs tcldomxmlStubs = { TCL_STUB_MAGIC, NULL, Tcldomxml_Init, /* 0 */ NULL, /* 1 */ TclDOM_NewDoc, /* 2 */ TclDOM_CreateObjFromNode, /* 3 */ TclDOM_CreateObjFromDoc, /* 4 */ TclDOM_GetNodeFromObj, /* 5 */ TclDOM_GetDocFromObj, /* 6 */ }; /* !END!: Do not edit above this line. */