build: inclusion guard
Enclose header file in an inclusion guard
This commit is contained in:
Родитель
512b2f7740
Коммит
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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче