summaryrefslogtreecommitdiffstats
path: root/src/proto/if_lua.pro
blob: fb80ae02d0dc720fcb66097801dd33b3eabe9066 (plain)
1
2
3
4
5
6
7
8
/* if_lua.c */
void lua_end __ARGS((void));
void ex_lua __ARGS((exarg_T *eap));
void ex_luado __ARGS((exarg_T *eap));
void ex_luafile __ARGS((exarg_T *eap));
void lua_buffer_free __ARGS((buf_T *buf));
void lua_window_free __ARGS((win_T *win));
/* vim: set ft=c : */