Fixed unset
[tclrobot.git] / tclrobot.h
1 /*
2  * $Id: tclrobot.h,v 1.2 1998/10/15 12:31:05 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);