blob: 793b6eeb5da6ca9c17b0c3c11e8d8722dad6a3ab [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* if_python.c */
Bram Moolenaarc81e5e72007-05-05 18:24:42 +00002int python_enabled __ARGS((int verbose));
3void python_end __ARGS((void));
4void ex_python __ARGS((exarg_T *eap));
5void ex_pyfile __ARGS((exarg_T *eap));
6void python_buffer_free __ARGS((buf_T *buf));
7void python_window_free __ARGS((win_T *win));
Bram Moolenaar071d4272004-06-13 20:20:40 +00008/* vim: set ft=c : */