view src/proto/if_tcl.pro @ 855:d2a4f08396fe v7.0f05

updated for version 7.0f05
author vimboss
date Sat, 29 Apr 2006 22:03:41 +0000
parents 6beb2c667935
children e63691e7c504
line wrap: on
line source

/* if_tcl.c */
extern void vim_tcl_init __ARGS((char *arg));
extern int tcl_enabled __ARGS((int verbose));
extern void tcl_end __ARGS((void));
extern void ex_tcl __ARGS((exarg_T *eap));
extern void ex_tclfile __ARGS((exarg_T *eap));
extern void ex_tcldo __ARGS((exarg_T *eap));
extern void tcl_buffer_free __ARGS((buf_T *buf));
extern void tcl_window_free __ARGS((win_T *win));
/* vim: set ft=c : */