summary refs log tree commit diff stats
path: root/src/version-script
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-01-14 00:29:01 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-14 00:29:01 +0100
commitc3821b6316c3d25ef6affd5215796d3abbefd2fe (patch)
tree37bcf84cb8417c0c91ce42d8d38f5d5e896dbef9 /src/version-script
parentc979a8a8b7493538dde5b80936b298ad6b57c877 (diff)
skeleton for xchat_del_pluginpref
Diffstat (limited to 'src/version-script')
-rw-r--r--src/version-script1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version-script b/src/version-script
index e76f4fe9..fe04dd46 100644
--- a/src/version-script
+++ b/src/version-script
@@ -34,5 +34,6 @@ EXPORTED {
 		xchat_get_pluginpref_str;
 		xchat_set_pluginpref_int;
 		xchat_get_pluginpref_int;
+		xchat_del_pluginpref;
 	local: *;
 };