summaryrefslogtreecommitdiff
path: root/src/openvpn/ntlm.h
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2016-12-27 18:25:47 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2016-12-27 18:25:47 +0100
commit79f3537f69e125f19f59c36aa090120a63186a54 (patch)
tree2089a3b7dac990841dbc2e4d9b2f535b82dbb0af /src/openvpn/ntlm.h
parentf2137fedb30cb87448eb03b2f288920df6187571 (diff)
parent3a2bbdb05ca6a6996e424c9fb225cb0d53804125 (diff)
Merge tag 'upstream/2.4.0'
Upstream version 2.4.0
Diffstat (limited to 'src/openvpn/ntlm.h')
-rw-r--r--src/openvpn/ntlm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/openvpn/ntlm.h b/src/openvpn/ntlm.h
index 77903b0..b0a6821 100644
--- a/src/openvpn/ntlm.h
+++ b/src/openvpn/ntlm.h
@@ -3,8 +3,9 @@
#if NTLM
-const char *ntlm_phase_1 (const struct http_proxy_info *p, struct gc_arena *gc);
-const char *ntlm_phase_3 (const struct http_proxy_info *p, const char *phase_2, struct gc_arena *gc);
+const char *ntlm_phase_1(const struct http_proxy_info *p, struct gc_arena *gc);
+
+const char *ntlm_phase_3(const struct http_proxy_info *p, const char *phase_2, struct gc_arena *gc);
#endif