My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
tclcontrol.h
1 #ifndef tclcontrol_h
2 #define tclcontrol_h
3 
4 #include <tcl.h>
5 
6 /*
7  * The following function is the package initialization function
8  * of the Tcl control-interface. It creates a Tcl command called
9  * "control".
10  */
11 int Tclcontrol_Init(Tcl_Interp *interp);
12 
13 #endif