1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

Fix bug with weechat_plugin_end() function, now returns "int" everywhere

This commit is contained in:
Sebastien Helleu
2008-02-25 17:31:04 +01:00
parent 8d23a7b4da
commit 17804ea08b
6 changed files with 16 additions and 5 deletions
+3
View File
@@ -340,6 +340,9 @@ struct t_weechat_plugin
/* WeeChat developers: ALWAYS add new functions at the end */
};
extern int weechat_plugin_init (struct t_weechat_plugin *plugin);
extern int weechat_plugin_end (struct t_weechat_plugin *plugin);
/* macros for easy call to plugin API */
/* strings */