mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
Many changes in doc
This commit is contained in:
@@ -246,13 +246,13 @@ weechat_lua_load (const char *filename)
|
||||
* weechat_lua_load_cb: callback for weechat_script_auto_load() function
|
||||
*/
|
||||
|
||||
int
|
||||
void
|
||||
weechat_lua_load_cb (void *data, const char *filename)
|
||||
{
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
|
||||
return weechat_lua_load (filename);
|
||||
weechat_lua_load (filename);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user