diff options
Diffstat (limited to 'src/openvpn/ntlm.h')
-rw-r--r-- | src/openvpn/ntlm.h | 5 |
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 |