1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

lib: Make dnsquery.h #ifdef align to our conventions

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2020-11-29 17:57:52 +01:00 committed by Jeremy Allison
parent 4fa938e7e5
commit aec02dc92b

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _ADS_DNS_H
#define _ADS_DNS_H
#ifndef __LIB_ADDNS_DNSQUERY_H__
#define __LIB_ADDNS_DNSQUERY_H__
#include "replace.h"
#include <tevent.h>
@ -103,4 +103,4 @@ NTSTATUS ads_dns_query_dcs_guid(TALLOC_CTX *ctx,
const char *domain_guid,
struct dns_rr_srv **dclist,
size_t *numdcs );
#endif /* _ADS_DNS_H */
#endif /* __LIB_ADDNS_DNSQUERY_H__ */