From ec691ca34bbba56e365c6c923887cae338093f8a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 28 Dec 2012 12:03:09 +0100 Subject: lib/*.h: use our standard naming scheme for header inclusion guards --- lib/curl_ldap.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/curl_ldap.h') diff --git a/lib/curl_ldap.h b/lib/curl_ldap.h index 4cd13cfd2..93fb4b07a 100644 --- a/lib/curl_ldap.h +++ b/lib/curl_ldap.h @@ -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 */ + -- cgit v1.2.3