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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user