diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-01-09 22:18:17 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-01-09 22:18:17 +0100 |
commit | dd6f4ac1248e73106cf54ba78856dc27265bc5e1 (patch) | |
tree | 8049eb01214b11b30e9d4a6f5e3d5fd1b8bc670b /openvpn/src/openvpn/options.h | |
parent | 97deae46f78cc96540d207f452f2bd97cf540b13 (diff) |
rename IV_OPENVPN_GUI_VERSION to IV_GUI_VER
Diffstat (limited to 'openvpn/src/openvpn/options.h')
-rw-r--r-- | openvpn/src/openvpn/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/options.h b/openvpn/src/openvpn/options.h index dafb8ff6..1992f5a7 100644 --- a/openvpn/src/openvpn/options.h +++ b/openvpn/src/openvpn/options.h @@ -467,6 +467,7 @@ struct options bool client; bool pull; /* client pull of config options from server */ int push_continuation; + unsigned int push_option_types_found; const char *auth_user_pass_file; struct options_pre_pull *pre_pull; |