My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
tclmonitor.h
1 #ifndef tclmonitor_h
2 #define tclmonitor_h
3 
4 /*
5  * The following is the package-initialization function for the
6  * TCL interface to the services of a monitor viewer object.
7  */
8 int TclMonitor_Init(Tcl_Interp *interp);
9 
10 #endif