summaryrefslogtreecommitdiff
path: root/src/plugins/lua/weechat-lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/lua/weechat-lua.h')
-rw-r--r--src/plugins/lua/weechat-lua.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/lua/weechat-lua.h b/src/plugins/lua/weechat-lua.h
index d4f48da92..194e2956a 100644
--- a/src/plugins/lua/weechat-lua.h
+++ b/src/plugins/lua/weechat-lua.h
@@ -51,7 +51,6 @@ extern struct t_hashtable *weechat_lua_tohashtable (lua_State *interpreter,
const char *type_keys,
const char *type_values);
extern void *weechat_lua_exec (struct t_plugin_script *script,
- lua_State *interpreter,
int ret_type,
const char *function,
const char *format, void **argv);