mirror of
https://github.com/weechat/weechat.git
synced 2026-06-20 18:14:46 +02:00
Many changes in doc
This commit is contained in:
@@ -440,13 +440,13 @@ weechat_python_load (const char *filename)
|
||||
* weechat_python_load_cb: callback for script_auto_load() function
|
||||
*/
|
||||
|
||||
int
|
||||
void
|
||||
weechat_python_load_cb (void *data, const char *filename)
|
||||
{
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
|
||||
return weechat_python_load (filename);
|
||||
weechat_python_load (filename);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user