mirror of
https://github.com/samba-team/samba.git
synced 2025-09-10 05:44:20 +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:
committed by
Jeremy Allison
parent
4fa938e7e5
commit
aec02dc92b
@@ -17,8 +17,8 @@
|
|||||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ADS_DNS_H
|
#ifndef __LIB_ADDNS_DNSQUERY_H__
|
||||||
#define _ADS_DNS_H
|
#define __LIB_ADDNS_DNSQUERY_H__
|
||||||
|
|
||||||
#include "replace.h"
|
#include "replace.h"
|
||||||
#include <tevent.h>
|
#include <tevent.h>
|
||||||
@@ -103,4 +103,4 @@ NTSTATUS ads_dns_query_dcs_guid(TALLOC_CTX *ctx,
|
|||||||
const char *domain_guid,
|
const char *domain_guid,
|
||||||
struct dns_rr_srv **dclist,
|
struct dns_rr_srv **dclist,
|
||||||
size_t *numdcs );
|
size_t *numdcs );
|
||||||
#endif /* _ADS_DNS_H */
|
#endif /* __LIB_ADDNS_DNSQUERY_H__ */
|
||||||
|
Reference in New Issue
Block a user