summaryrefslogtreecommitdiffstats
path: root/src/proto/if_python3.pro
blob: 9c132c3dce30c09301d47027791e420b23b6f378 (plain)
1
2
3
4
5
6
7
8
9
/* if_python3.c */
int python3_enabled __ARGS((int verbose));
void python3_end __ARGS((void));
int python3_loaded __ARGS((void));
void ex_py3 __ARGS((exarg_T *eap));
void ex_py3file __ARGS((exarg_T *eap));
void python3_buffer_free __ARGS((buf_T *buf));
void python3_window_free __ARGS((win_T *win));
/* vim: set ft=c : */