1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

lua: remove use of functions for API constants

This commit is contained in:
Sebastien Helleu
2013-03-24 20:01:57 +01:00
parent ff26a8d550
commit 2ffa199a7d
6 changed files with 147 additions and 462 deletions
+1
View File
@@ -22,6 +22,7 @@
#define __WEECHAT_LUA_API_H 1
extern struct luaL_Reg weechat_lua_api_funcs[];
extern struct t_lua_const weechat_lua_api_consts[];
extern int weechat_lua_api_buffer_input_data_cb (void *data,
struct t_gui_buffer *buffer,