X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ir-tcl.h;fp=ir-tcl.h;h=1f75c5188a3f0a6ab6e70197cc81626139ac8de2;hb=df5d5526e333bd83a4f656840e7bb57df4bd7f9d;hp=0bc452ea1fefea0b8562433eca2d68d8846254ac;hpb=360e227bd05fcd84fa3edb5a26cc1c20bcfa05b0;p=ir-tcl-moved-to-github.git diff --git a/ir-tcl.h b/ir-tcl.h index 0bc452e..1f75c51 100644 --- a/ir-tcl.h +++ b/ir-tcl.h @@ -4,7 +4,12 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: ir-tcl.h,v $ - * Revision 1.5 1995-03-20 08:53:27 adam + * Revision 1.6 1995-05-23 15:34:49 adam + * Many new settings, userInformationField, smallSetUpperBound, etc. + * A number of settings are inherited when ir-set is executed. + * This version is incompatible with the graphical test client (client.tcl). + * + * Revision 1.5 1995/03/20 08:53:27 adam * Event loop in tclmain.c rewritten. New method searchStatus. * * Revision 1.4 1995/03/17 18:26:18 adam @@ -15,6 +20,9 @@ * */ +#ifndef IR_TCL_H +#define IR_TCL_H + int ir_tcl_init (Tcl_Interp *interp); void ir_select_add (int fd, void *obj); @@ -23,3 +31,5 @@ void ir_select_remove (int fd, void *obj); void ir_select_remove_write (int fd, void *obj); void ir_select_read (ClientData clientData); void ir_select_write (ClientData clientData); + +#endif