1
0
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:
Sebastien Helleu
2008-09-05 18:52:59 +02:00
parent e43dd39646
commit ae612a811b
112 changed files with 15244 additions and 1079 deletions
+2 -2
View File
@@ -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);
}
/*