aboutsummaryrefslogtreecommitdiff
path: root/lib/http_proxy.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-05-24 15:42:02 +0200
committerYang Tse <yangsita@gmail.com>2011-05-24 15:42:02 +0200
commita41c7f97367b893acc4764ac270f7f6cd2374976 (patch)
treea4c43e5d94259a261ea565e19378e7a28d5efc61 /lib/http_proxy.h
parent512b2f77409a7fa86e293e9bdde67df87ae4d501 (diff)
build: inclusion guard
Enclose header file in an inclusion guard
Diffstat (limited to 'lib/http_proxy.h')
-rw-r--r--lib/http_proxy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/http_proxy.h b/lib/http_proxy.h
index 5ea0a21af..3caf9287f 100644
--- a/lib/http_proxy.h
+++ b/lib/http_proxy.h
@@ -1,3 +1,5 @@
+#ifndef HEADER_CURL_HTTP_PROXY_H
+#define HEADER_CURL_HTTP_PROXY_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -31,3 +33,5 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
#else
#define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN
#endif
+
+#endif /* HEADER_CURL_HTTP_PROXY_H */