X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ir-tcl.h;h=1f75c5188a3f0a6ab6e70197cc81626139ac8de2;hb=df5d5526e333bd83a4f656840e7bb57df4bd7f9d;hp=42ee0d14ba6befb9a006dd36220a0a3e0d0d7e78;hpb=249971a4d8dae10b1b437320268d6bcf8b2b8886;p=ir-tcl-moved-to-github.git diff --git a/ir-tcl.h b/ir-tcl.h index 42ee0d1..1f75c51 100644 --- a/ir-tcl.h +++ b/ir-tcl.h @@ -1,9 +1,18 @@ /* * IR toolkit for tcl/tk * (c) Index Data 1995 + * Sebastian Hammer, Adam Dickmeiss * * $Log: ir-tcl.h,v $ - * Revision 1.4 1995-03-17 18:26:18 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 * Non-blocking i/o used now. Database names popup as cascade items. * * Revision 1.3 1995/03/17 07:50:28 adam @@ -11,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); @@ -19,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