From 66e0f75e148110d489d3a5f680e620fdf45a4451 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 15 Jan 2012 22:31:39 +0100 Subject: fix prototype in plugin docs --- plugins/plugin20.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/plugin20.html') diff --git a/plugins/plugin20.html b/plugins/plugin20.html index 32b479a7..fcdff2ed 100644 --- a/plugins/plugin20.html +++ b/plugins/plugin20.html @@ -1125,7 +1125,7 @@ You only need these kind of complex checks if you're saving user input, which ca


 xchat_pluginpref_list() (new for 2.8.10)

-Prototype: int xchat_pluginpref_list (xchat_plugin *ph, const char *dest); +Prototype: int xchat_pluginpref_list (xchat_plugin *ph, char *dest);

Description: Builds a comma-separated list of the currently saved settings from a plugin-specific config file.
-- cgit 1.4.1