blob: 9c132c3dce30c09301d47027791e420b23b6f378 [file] [log] [blame]
Bram Moolenaar6df6f472010-07-18 18:04:50 +02001/* if_python3.c */
Bram Moolenaarbd5e15f2010-07-17 21:19:38 +02002int python3_enabled __ARGS((int verbose));
3void python3_end __ARGS((void));
Bram Moolenaar4c3a3262010-07-24 15:42:14 +02004int python3_loaded __ARGS((void));
Bram Moolenaar368373e2010-07-19 20:46:22 +02005void ex_py3 __ARGS((exarg_T *eap));
Bram Moolenaarbd5e15f2010-07-17 21:19:38 +02006void ex_py3file __ARGS((exarg_T *eap));
7void python3_buffer_free __ARGS((buf_T *buf));
8void python3_window_free __ARGS((win_T *win));
9/* vim: set ft=c : */