X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=ir-tclp.h;h=5cda7ffebfb5d2d55c7bb0d786f636518b14b878;hb=fdc81f8a51fab1968b43efabab47d367e33ead32;hp=c6bc62c4ee5194b1f89ddf9542d83d83bd6b3774;hpb=18b8c7d07e10af9b604074c75dd196615edbe57b;p=ir-tcl-moved-to-github.git diff --git a/ir-tclp.h b/ir-tclp.h index c6bc62c..5cda7ff 100644 --- a/ir-tclp.h +++ b/ir-tclp.h @@ -5,7 +5,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: ir-tclp.h,v $ - * Revision 1.27 1996-02-23 13:41:41 adam + * Revision 1.28 1996-02-23 17:31:41 adam + * More functions made available to the wais tcl extension. + * + * Revision 1.27 1996/02/23 13:41:41 adam * Work on public access to simple ir class system. * * Revision 1.26 1996/02/21 10:16:20 adam @@ -374,6 +377,8 @@ void ir_select_add_write (int fd, void *obj); void ir_select_remove (int fd, void *obj); void ir_select_remove_write (int fd, void *obj); +int ir_tcl_eval (Tcl_Interp *interp, const char *command); + #define IR_TCL_FAIL_CONNECT 1 #define IR_TCL_FAIL_READ 2 #define IR_TCL_FAIL_WRITE 3