1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +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
+1 -3
View File
@@ -536,7 +536,7 @@ plugin_load (const char *filename)
* but only it this is really a dynamic library
*/
int
void
plugin_auto_load_file (void *plugin, const char *filename)
{
char *pos;
@@ -559,8 +559,6 @@ plugin_auto_load_file (void *plugin, const char *filename)
}
else
plugin_load (filename);
return 1;
}
/*