aboutsummaryrefslogtreecommitdiff
path: root/openvpn-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--openvpn-plugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/openvpn-plugin.h b/openvpn-plugin.h
index 5c82daf..24aa36c 100644
--- a/openvpn-plugin.h
+++ b/openvpn-plugin.h
@@ -203,8 +203,8 @@ struct openvpn_plugin_string_list
struct openvpn_plugin_args_open_in
{
const int type_mask;
- const char const **argv;
- const char const **envp;
+ const char ** const argv;
+ const char ** const envp;
};
@@ -267,8 +267,8 @@ struct openvpn_plugin_args_open_return
struct openvpn_plugin_args_func_in
{
const int type;
- const char const **argv;
- const char const **envp;
+ const char ** const argv;
+ const char ** const envp;
openvpn_plugin_handle_t handle;
void *per_client_context;
int current_cert_depth;