aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-30 15:06:03 +0000
committerYang Tse <yangsita@gmail.com>2008-09-30 15:06:03 +0000
commit2d77f7cd481d9bf395fdc0ce7dd7757bf3ad71f2 (patch)
treee8eb51698e377e3fbaa3206dbf6a43bca651032f /lib/http_ntlm.h
parentd5affe1adaeca5b95ceb43567370f3a54344c552 (diff)
fix compiler warning: function declaration isn't a prototype
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r--lib/http_ntlm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h
index c5e73ede8..e14e32862 100644
--- a/lib/http_ntlm.h
+++ b/lib/http_ntlm.h
@@ -45,8 +45,8 @@ void Curl_ntlm_cleanup(struct connectdata *conn);
#endif
#ifdef USE_WINDOWS_SSPI
-CURLcode Curl_ntlm_global_init();
-void Curl_ntlm_global_cleanup();
+CURLcode Curl_ntlm_global_init(void);
+void Curl_ntlm_global_cleanup(void);
#endif
/* Flag bits definitions based on http://davenport.sourceforge.net/ntlm.html */