diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 08:42:48 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 08:42:48 +0100 |
commit | e681eafa78262d0c177832d67900687f2c938081 (patch) | |
tree | 5668476e046c505b9f3fcc8c53b6e0971c146978 /src/version-script | |
parent | 97dc13fde70810abf07985f45ac459560eae6e96 (diff) |
Rebranding for the rest of plugin*
Diffstat (limited to 'src/version-script')
-rw-r--r-- | src/version-script | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/src/version-script b/src/version-script index 4441aeae..a98651db 100644 --- a/src/version-script +++ b/src/version-script @@ -1,40 +1,40 @@ EXPORTED { global: - xchat_hook_command; - xchat_hook_server; - xchat_hook_print; - xchat_hook_timer; - xchat_hook_fd; - xchat_unhook; - xchat_print; - xchat_printf; - xchat_command; - xchat_commandf; - xchat_nickcmp; - xchat_set_context; - xchat_find_context; - xchat_get_context; - xchat_get_info; - xchat_get_prefs; - xchat_list_get; - xchat_list_free; - xchat_list_fields; - xchat_list_next; - xchat_list_str; - xchat_list_int; - xchat_plugingui_add; - xchat_plugingui_remove; - xchat_emit_print; - xchat_list_time; - xchat_gettext; - xchat_send_modes; - xchat_strip; - xchat_free; - xchat_pluginpref_set_str; - xchat_pluginpref_get_str; - xchat_pluginpref_set_int; - xchat_pluginpref_get_int; - xchat_pluginpref_delete; - xchat_pluginpref_list; + hexchat_hook_command; + hexchat_hook_server; + hexchat_hook_print; + hexchat_hook_timer; + hexchat_hook_fd; + hexchat_unhook; + hexchat_print; + hexchat_printf; + hexchat_command; + hexchat_commandf; + hexchat_nickcmp; + hexchat_set_context; + hexchat_find_context; + hexchat_get_context; + hexchat_get_info; + hexchat_get_prefs; + hexchat_list_get; + hexchat_list_free; + hexchat_list_fields; + hexchat_list_next; + hexchat_list_str; + hexchat_list_int; + hexchat_plugingui_add; + hexchat_plugingui_remove; + hexchat_emit_print; + hexchat_list_time; + hexchat_gettext; + hexchat_send_modes; + hexchat_strip; + hexchat_free; + hexchat_pluginpref_set_str; + hexchat_pluginpref_get_str; + hexchat_pluginpref_set_int; + hexchat_pluginpref_get_int; + hexchat_pluginpref_delete; + hexchat_pluginpref_list; local: *; }; |