diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-07-12 22:15:17 +0100 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-07-12 22:46:04 +0100 |
commit | 18eaccb8405076b9de0f83f38d44c610528c1a63 (patch) | |
tree | c59f4d7bf4895e63d081a72135c82e6345a01406 /src/version-script | |
parent | e0fb3d537d86001a8ccc5cc1c90a0ecc4f6a8d92 (diff) |
Added functions to create/destroy event_attrs to plugin interface.
Function names were chosen to keep consistency with the rest of the API.
Diffstat (limited to 'src/version-script')
-rw-r--r-- | src/version-script | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/version-script b/src/version-script index 0e442389..a7ed1495 100644 --- a/src/version-script +++ b/src/version-script @@ -1,6 +1,8 @@ EXPORTED { global: hexchat_hook_command; + hexchat_event_attrs_create; + hexchat_event_attrs_free; hexchat_hook_server; hexchat_hook_server_attrs; hexchat_hook_print; @@ -27,6 +29,7 @@ EXPORTED { hexchat_plugingui_add; hexchat_plugingui_remove; hexchat_emit_print; + hexchat_emit_print_attrs; hexchat_list_time; hexchat_gettext; hexchat_send_modes; |