blob: 2af917429d5e8f68fe6805bc9e6acf6ab8a2ed51 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* if_tcl.c */
Bram Moolenaarc01140a2006-03-24 22:21:52 +00002extern void vim_tcl_init __ARGS((char *arg));
3extern int tcl_enabled __ARGS((int verbose));
4extern void tcl_end __ARGS((void));
5extern void ex_tcl __ARGS((exarg_T *eap));
6extern void ex_tclfile __ARGS((exarg_T *eap));
7extern void ex_tcldo __ARGS((exarg_T *eap));
8extern void tcl_buffer_free __ARGS((buf_T *buf));
9extern void tcl_window_free __ARGS((win_T *win));
Bram Moolenaar071d4272004-06-13 20:20:40 +000010/* vim: set ft=c : */