mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
fix prototype in plugin docs
This commit is contained in:
parent
6d8d9c335d
commit
66e0f75e14
@ -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"> xchat_pluginpref_list() </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>
|
||||
|
Loading…
Reference in New Issue
Block a user