comparison src/proto/if_tcl.pro @ 799:6beb2c667935

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:21:52 +0000
parents 3fc0f57ecb91
children e63691e7c504
comparison
equal deleted inserted replaced
798:95dac6af3b3a 799:6beb2c667935
1 /* if_tcl.c */ 1 /* if_tcl.c */
2 void vim_tcl_init __ARGS((char *arg)); 2 extern void vim_tcl_init __ARGS((char *arg));
3 int tcl_enabled __ARGS((int verbose)); 3 extern int tcl_enabled __ARGS((int verbose));
4 void tcl_end __ARGS((void)); 4 extern void tcl_end __ARGS((void));
5 void ex_tcl __ARGS((exarg_T *eap)); 5 extern void ex_tcl __ARGS((exarg_T *eap));
6 void ex_tclfile __ARGS((exarg_T *eap)); 6 extern void ex_tclfile __ARGS((exarg_T *eap));
7 void ex_tcldo __ARGS((exarg_T *eap)); 7 extern void ex_tcldo __ARGS((exarg_T *eap));
8 void tcl_buffer_free __ARGS((buf_T *buf)); 8 extern void tcl_buffer_free __ARGS((buf_T *buf));
9 void tcl_window_free __ARGS((win_T *win)); 9 extern void tcl_window_free __ARGS((win_T *win));
10 /* vim: set ft=c : */ 10 /* vim: set ft=c : */