From eadf16a660310162bcc3cadda26f44acd3b83077 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 9 Nov 2005 07:30:14 +0000 Subject: Removed annoying 'i' variable from add_option. Allow plugin and push directives to have multiple parameters specified instead of only 1 quoted parameter. Allow plugin and push directives to have multi-line parameter lists, such as: my-plugin.so parm1 parm2 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@785 e7ae566f-a301-0410-adde-c780ea21d3b5 --- misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'misc.h') diff --git a/misc.h b/misc.h index 4ec7908..4f6e7eb 100644 --- a/misc.h +++ b/misc.h @@ -180,6 +180,7 @@ void env_set_remove_from_environment (const struct env_set *es); const char **make_env_array (const struct env_set *es, struct gc_arena *gc); const char **make_arg_array (const char *first, const char *parms, struct gc_arena *gc); +const char **make_extended_arg_array (char **p, struct gc_arena *gc); /* convert netmasks for iproute2 */ int count_netmask_bits(const char *); -- cgit