chiark / gitweb /
actually clean out unwanted file handlers; docuemtn -reverse options in right place
[chiark-tcl.git] / hbytes / hbytes.h
index 875b23911402d6e6e72edf8b50b83190764971d2..1bf433bb77e89bf1ef8744498cede5eb0a4242e4 100644 (file)
@@ -212,7 +212,7 @@ int scriptinv_set(ScriptToInvoke *si, Tcl_Interp *ip,
 void scriptinv_cancel(ScriptToInvoke *si); /* then don't invoke */
   /* no separate free function - just cancel */
 
-void scriptinv_invoke(ScriptToInvoke *si, int argc, Tcl_Obj **argv);
+void scriptinv_invoke(ScriptToInvoke *si, int argc, Tcl_Obj *const *argv);
 
 /* from idtable.c */