mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
build: inclusion guard
Enclose header file in an inclusion guard
This commit is contained in:
parent
512b2f7740
commit
a41c7f9736
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user