X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ir-tclp.h;fp=ir-tclp.h;h=12a97c40a3c75fe05758cc2a918fb65eb8aa8da0;hb=641274e7f15702b5c3cbd36694c79183c8508725;hp=acab97fea1ce67aab427c868605a3732b58d5401;hpb=7f48ddd1249d4310dfde21396e5a4babcae02327;p=ir-tcl-moved-to-github.git diff --git a/ir-tclp.h b/ir-tclp.h index acab97f..12a97c4 100644 --- a/ir-tclp.h +++ b/ir-tclp.h @@ -5,7 +5,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: ir-tclp.h,v $ - * Revision 1.29 1996-02-26 18:38:33 adam + * Revision 1.30 1996-02-29 15:30:23 adam + * Export of IrTcl functionality to extensions. + * + * Revision 1.29 1996/02/26 18:38:33 adam * Work on export of set methods. * * Revision 1.28 1996/02/23 17:31:41 adam @@ -362,7 +365,8 @@ int ir_tcl_get_grs (Tcl_Interp *interp, IrTcl_GRS_Record *grs_record, int argc, char **argv); int ir_tcl_method (Tcl_Interp *interp, int argc, char **argv, - IrTcl_Methods *tab); + IrTcl_Methods *tab, int *ret); +int ir_tcl_get_set_int (int *val, Tcl_Interp *interp, int argc, char **argv); typedef struct { const char *name;