blob: cca043092e6cf891902fbab889700ac0c111cc31 [file] [log] [blame]
Bram Moolenaarbd5e15f2010-07-17 21:19:38 +02001/* if_python.c */
2int python3_enabled __ARGS((int verbose));
3void python3_end __ARGS((void));
4void ex_python3 __ARGS((exarg_T *eap));
5void ex_py3file __ARGS((exarg_T *eap));
6void python3_buffer_free __ARGS((buf_T *buf));
7void python3_window_free __ARGS((win_T *win));
8/* vim: set ft=c : */