Commit a41c7f97 authored by Yang Tse's avatar Yang Tse
Browse files

build: inclusion guard

Enclose header file in an inclusion guard
parent 512b2f77
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#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 */