Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | /* if_python.c */ |
Bram Moolenaar | 76b92b2 | 2006-03-24 22:46:53 +0000 | [diff] [blame] | 2 | extern int python_enabled __ARGS((int verbose)); |
| 3 | extern void python_end __ARGS((void)); |
| 4 | extern void ex_python __ARGS((exarg_T *eap)); |
| 5 | extern void ex_pyfile __ARGS((exarg_T *eap)); |
| 6 | extern void python_buffer_free __ARGS((buf_T *buf)); |
| 7 | extern void python_window_free __ARGS((win_T *win)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8 | /* vim: set ft=c : */ |