X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ir-tcl.h;h=f74bb2aa8e75dd693d37a63b6ba50c3d4bb37531;hb=a78acc150da77d8c6ef548642dc29622427687a0;hp=b89a437d5c42f93736faef5976e9321c9c5be92a;hpb=eb71fbcf75d076d638a0cee0d1418f311135d879;p=ir-tcl-moved-to-github.git diff --git a/ir-tcl.h b/ir-tcl.h index b89a437..f74bb2a 100644 --- a/ir-tcl.h +++ b/ir-tcl.h @@ -23,12 +23,11 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * IR toolkit for tcl/tk - * (c) Index Data 1995 - * Sebastian Hammer, Adam Dickmeiss - * * $Log: ir-tcl.h,v $ - * Revision 1.7 1995-05-29 08:44:23 adam + * Revision 1.8 1995-06-19 13:06:08 adam + * New define: IR_TCL_VERSION. + * + * Revision 1.7 1995/05/29 08:44:23 adam * Work on delete of objects. * * Revision 1.6 1995/05/23 15:34:49 adam @@ -50,6 +49,8 @@ #ifndef IR_TCL_H #define IR_TCL_H +#define IR_TCL_VERSION "0.1" + int ir_tcl_init (Tcl_Interp *interp); void ir_select_add (int fd, void *obj);