62d1976afc5c6369572bd12be7479f487487e9d1
[ir-tcl-moved-to-github.git] / ir-tcl.h
1
2 int ir_tcl_init (Tcl_Interp *interp);
3
4 void ir_select_add      (int fd, void *obj);
5 void ir_select_remove   (int fd, void *obj);
6 void ir_select_proc     (ClientData clientData);