summary refs log tree commit diff stats
path: root/src/common/plugin.h
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/common/plugin.h
parentc979a8a8b7493538dde5b80936b298ad6b57c877 (diff)
skeleton for xchat_del_pluginpref
Diffstat (limited to 'src/common/plugin.h')
-rw-r--r--src/common/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/plugin.h b/src/common/plugin.h
index cddb86fb..bb86f0a3 100644
--- a/src/common/plugin.h
+++ b/src/common/plugin.h
@@ -109,6 +109,8 @@ struct _xchat_plugin
 		int value);
 	int (*xchat_get_pluginpref_int) (xchat_plugin *ph,
 		const char *var);
+	int (*xchat_del_pluginpref) (xchat_plugin *ph,
+		const char *var);
 	void *(*xchat_dummy4) (xchat_plugin *ph);
 	void *(*xchat_dummy3) (xchat_plugin *ph);
 	void *(*xchat_dummy2) (xchat_plugin *ph);