mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
core: add missing comments before functions when the result must be freed after use
This commit is contained in:
@@ -285,7 +285,7 @@ plugin_check_autoload (const char *filename)
|
||||
* Returns arguments for plugins (only the relevant arguments for plugins,
|
||||
* arguments for WeeChat core not returned).
|
||||
*
|
||||
* Note: plugin_argv must be freed after use (with free()).
|
||||
* Note: plugin_argv must be freed after use.
|
||||
*/
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user