mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
build: inclusion guard
Enclose header file in an inclusion guard
This commit is contained in:
parent
512b2f7740
commit
a41c7f9736
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue