X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=init.c;h=eb737fa8df31661106afcc2943051cefff6f8d80;hb=8278051059f0aa2849729755d70967d58dddd8a6;hp=b3f75093311fef40a444997b14acd1e97632a6f3;hpb=2c4a844e7d87397d31d29bd3bfc56c97a5f1618b;p=tclrobot.git diff --git a/init.c b/init.c index b3f7509..eb737fa 100644 --- a/init.c +++ b/init.c @@ -1,9 +1,9 @@ /* - * $Id: init.c,v 1.1 1996/08/06 14:04:22 adam Exp $ + * $Id: init.c,v 1.2 1998/10/15 12:31:02 adam Exp $ */ #include "tclrobot.h" -int TclRobot_Init (Tcl_Interp *interp) +int Tclrobot_Init (Tcl_Interp *interp) { Tcl_CreateCommand (interp, "htmlSwitch", htmlSwitch, (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL);