Bram Moolenaar | 6df6f47 | 2010-07-18 18:04:50 +0200 | [diff] [blame] | 1 | /* if_python3.c */ |
Bram Moolenaar | bd5e15f | 2010-07-17 21:19:38 +0200 | [diff] [blame] | 2 | int python3_enabled __ARGS((int verbose)); |
| 3 | void python3_end __ARGS((void)); |
Bram Moolenaar | 368373e | 2010-07-19 20:46:22 +0200 | [diff] [blame] | 4 | void ex_py3 __ARGS((exarg_T *eap)); |
Bram Moolenaar | bd5e15f | 2010-07-17 21:19:38 +0200 | [diff] [blame] | 5 | void ex_py3file __ARGS((exarg_T *eap)); |
| 6 | void python3_buffer_free __ARGS((buf_T *buf)); |
| 7 | void python3_window_free __ARGS((win_T *win)); |
| 8 | /* vim: set ft=c : */ |