lib/*.h: use our standard naming scheme for header inclusion guards
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#ifndef __CURL_LDAP_H
|
||||
#define __CURL_LDAP_H
|
||||
|
||||
#ifndef HEADER_CURL_LDAP_H
|
||||
#define HEADER_CURL_LDAP_H
|
||||
/***************************************************************************
|
||||
* _ _ ____ _
|
||||
* Project ___| | | | _ \| |
|
||||
@@ -32,4 +31,5 @@ extern const struct Curl_handler Curl_handler_ldaps;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif /* __CURL_LDAP_H */
|
||||
#endif /* HEADER_CURL_LDAP_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user