2004-06-13 20:20:40 +00:00
|
|
|
/* if_python.c */
|
2006-03-24 22:46:53 +00:00
|
|
|
extern int python_enabled __ARGS((int verbose));
|
|
|
|
|
extern void python_end __ARGS((void));
|
|
|
|
|
extern void ex_python __ARGS((exarg_T *eap));
|
|
|
|
|
extern void ex_pyfile __ARGS((exarg_T *eap));
|
|
|
|
|
extern void python_buffer_free __ARGS((buf_T *buf));
|
|
|
|
|
extern void python_window_free __ARGS((win_T *win));
|
2004-06-13 20:20:40 +00:00
|
|
|
/* vim: set ft=c : */
|