summary refs log tree commit diff stats
path: root/src/version-script
diff options
context:
space:
mode:
authorDiogo Sousa <diogogsousa@gmail.com>2013-07-09 23:11:28 +0100
committerDiogo Sousa <diogogsousa@gmail.com>2013-07-09 23:11:28 +0100
commit7101b7b864df280059750c0de4d6b9d41e907122 (patch)
treee294b2b2d5e7e08c744bd8ec891fc28543d17790 /src/version-script
parent98aa62f637d4ced952a168cb19f8d2fb038c6a16 (diff)
Now hexchat_hook_server_attrs() and hexchat_hook_print_attrs() is called
when it should. This should close #661.
Diffstat (limited to 'src/version-script')
-rw-r--r--src/version-script2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version-script b/src/version-script
index a98651db..0e442389 100644
--- a/src/version-script
+++ b/src/version-script
@@ -2,7 +2,9 @@ EXPORTED {
 	global:
 		hexchat_hook_command;
 		hexchat_hook_server;
+		hexchat_hook_server_attrs;
 		hexchat_hook_print;
+		hexchat_hook_print_attrs;
 		hexchat_hook_timer;
 		hexchat_hook_fd;
 		hexchat_unhook;