aboutsummaryrefslogtreecommitdiff
path: root/lib/ssluse.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-28 11:29:09 +0200
committerYang Tse <yangsita@gmail.com>2011-08-28 11:29:09 +0200
commit78199b6030e07112d1515272afd7017337fa79c7 (patch)
tree92f16220e245ea868d8962593aceb1c1469e5183 /lib/ssluse.h
parent05ef245170fd71f2907b89e2d1361b2e70113199 (diff)
NTLM: header inclusion cleanup follow-up
Diffstat (limited to 'lib/ssluse.h')
-rw-r--r--lib/ssluse.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/ssluse.h b/lib/ssluse.h
index 2ac0ad2ec..732ec7c72 100644
--- a/lib/ssluse.h
+++ b/lib/ssluse.h
@@ -1,5 +1,5 @@
-#ifndef __SSLUSE_H
-#define __SSLUSE_H
+#ifndef HEADER_CURL_SSLUSE_H
+#define HEADER_CURL_SSLUSE_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -22,12 +22,15 @@
*
***************************************************************************/
+#include "setup.h"
+
#ifdef USE_SSLEAY
/*
* This header should only be needed to get included by sslgen.c and ssluse.c
*/
#include "urldata.h"
+
CURLcode Curl_ossl_connect(struct connectdata *conn, int sockindex);
CURLcode Curl_ossl_connect_nonblocking(struct connectdata *conn,
int sockindex,
@@ -81,4 +84,4 @@ bool Curl_ossl_data_pending(const struct connectdata *conn,
#define curlssl_data_pending(x,y) Curl_ossl_data_pending(x,y)
#endif /* USE_SSLEAY */
-#endif /* __SSLUSE_H */
+#endif /* HEADER_CURL_SSLUSE_H */