Updated version to 0.2.1.
[tclrobot.git] / init.c
diff --git a/init.c b/init.c
index b3f7509..eb737fa 100644 (file)
--- 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);