blob: 09c4ab7510fc8dbda5a8f8fe4832c4e2e5ab08cc [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* if_python.c */
Bram Moolenaar76b92b22006-03-24 22:46:53 +00002extern int python_enabled __ARGS((int verbose));
3extern void python_end __ARGS((void));
4extern void ex_python __ARGS((exarg_T *eap));
5extern void ex_pyfile __ARGS((exarg_T *eap));
6extern void python_buffer_free __ARGS((buf_T *buf));
7extern void python_window_free __ARGS((win_T *win));
Bram Moolenaar071d4272004-06-13 20:20:40 +00008/* vim: set ft=c : */