summaryrefslogtreecommitdiffstats
path: root/lib/extra_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extra_opts.h')
-rw-r--r--lib/extra_opts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/extra_opts.h b/lib/extra_opts.h
index 8ce0903..0cb47fb 100644
--- a/lib/extra_opts.h
+++ b/lib/extra_opts.h
@@ -11,8 +11,8 @@
11 * ini-procesed arguments always come first (in the ord of --extra-opts 11 * ini-procesed arguments always come first (in the ord of --extra-opts
12 * arguments). If no --extra-opts arguments are provided or returned nothing 12 * arguments). If no --extra-opts arguments are provided or returned nothing
13 * it returns **argv otherwise the new array is returned. --extra-opts are 13 * it returns **argv otherwise the new array is returned. --extra-opts are
14 * always removed from **argv and the new array and all its elements can be 14 * always removed from **argv. The original pointers from **argv are kept in
15 * freed with free(); 15 * the new array to preserve ability to overwrite arguments in processlist.
16 */ 16 */
17char **np_extra_opts(int *argc, char **argv, const char *plugin_name); 17char **np_extra_opts(int *argc, char **argv, const char *plugin_name);
18 18