1
0
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:
Sebastien Helleu
2012-08-03 18:20:23 +02:00
parent 6526a0802d
commit 5ea7ea6555
11 changed files with 403 additions and 403 deletions
+1 -1
View File
@@ -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 */