Skip to content
Snippets Groups Projects
Commit a41c7f97 authored by Yang Tse's avatar Yang Tse
Browse files

build: inclusion guard

Enclose header file in an inclusion guard
parent 512b2f77
No related branches found
No related tags found
No related merge requests found
#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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment