summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-01-15 22:31:39 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-15 22:31:39 +0100
commit66e0f75e148110d489d3a5f680e620fdf45a4451 (patch)
tree21d37d2e833626ecec5914917d3b8b63661e515b /plugins
parent6d8d9c335d7d76df6d7209d55aa83c3daa4d4a05 (diff)
fix prototype in plugin docs
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin20.html2
1 files changed, 1 insertions, 1 deletions
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
 <br><br><br>
 
 <h3><a class=cmd name="xchat_pluginpref_list">&nbsp;xchat_pluginpref_list()&nbsp;</a><small>(new for 2.8.10)</small></h3>
-<b>Prototype:</b> int xchat_pluginpref_list (xchat_plugin *ph, const char *dest);
+<b>Prototype:</b> int xchat_pluginpref_list (xchat_plugin *ph, char *dest);
 <br>
 <br><b>Description:</b> Builds a comma-separated list of the currently saved settings from a plugin-specific config file.
 <br>