mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
core: rename type t_script_callback to t_plugin_script_cb
This commit is contained in:
@@ -61,7 +61,7 @@ struct t_plugin_script
|
||||
char *description; /* plugin description */
|
||||
char *shutdown_func; /* function when script is unloaded*/
|
||||
char *charset; /* script charset */
|
||||
struct t_script_callback *callbacks; /* callbacks for script */
|
||||
struct t_plugin_script_cb *callbacks; /* callbacks for script */
|
||||
int unloading; /* script is being unloaded */
|
||||
struct t_plugin_script *prev_script; /* link to previous script */
|
||||
struct t_plugin_script *next_script; /* link to next script */
|
||||
|
||||
Reference in New Issue
Block a user