mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
lib/*.h: use our standard naming scheme for header inclusion guards
This commit is contained in:
parent
709b3506cd
commit
ec691ca34b
35 changed files with 141 additions and 110 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#ifndef __HTTP_H
|
||||
#define __HTTP_H
|
||||
|
||||
#ifndef HEADER_CURL_HTTP_H
|
||||
#define HEADER_CURL_HTTP_H
|
||||
/***************************************************************************
|
||||
* _ _ ____ _
|
||||
* Project ___| | | | _ \| |
|
||||
|
|
@ -168,4 +167,5 @@ Curl_http_output_auth(struct connectdata *conn,
|
|||
bool proxytunnel); /* TRUE if this is the request setting
|
||||
up the proxy tunnel */
|
||||
|
||||
#endif
|
||||
#endif /* HEADER_CURL_HTTP_H */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue