mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
Use of const for some functions returning "char *"
This commit is contained in:
@@ -33,7 +33,7 @@ extern struct t_weechat_plugin *last_weechat_plugin;
|
||||
|
||||
extern int plugin_valid (struct t_weechat_plugin *plugin);
|
||||
extern struct t_weechat_plugin *plugin_search (const char *name);
|
||||
extern char *plugin_get_name (struct t_weechat_plugin *plugin);
|
||||
extern const char *plugin_get_name (struct t_weechat_plugin *plugin);
|
||||
extern struct t_weechat_plugin *plugin_load (const char *filename);
|
||||
extern void plugin_auto_load ();
|
||||
extern void plugin_remove (struct t_weechat_plugin *plugin);
|
||||
|
||||
Reference in New Issue
Block a user