First version of a simple Tcl robot.
[tclrobot.git] / tclrobot.h
1 /*
2  * $Id: tclrobot.h,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $
3  */
4 #include <tcl.h>
5
6 int htmlSwitch (ClientData clientData, Tcl_Interp *interp,
7                 int argc, char **argv);
8
9 int TclRobot_Init (Tcl_Interp *interp);