0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00
Files
vim/src/proto/if_python.pro

9 lines
326 B
Prolog
Raw Normal View History

2004-06-13 20:20:40 +00:00
/* if_python.c */
2006-03-24 22:46:53 +00:00
extern int python_enabled __ARGS((int verbose));
extern void python_end __ARGS((void));
extern void ex_python __ARGS((exarg_T *eap));
extern void ex_pyfile __ARGS((exarg_T *eap));
extern void python_buffer_free __ARGS((buf_T *buf));
extern void python_window_free __ARGS((win_T *win));
2004-06-13 20:20:40 +00:00
/* vim: set ft=c : */