From: Douglas Bagnall Date: Wed, 1 Apr 2026 20:35:01 +0000 (+1300) Subject: ndr:dns_utils.h: add header guards X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;p=thirdparty%2Fsamba.git ndr:dns_utils.h: add header guards Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider Autobuild-User(master): Douglas Bagnall Autobuild-Date(master): Thu Apr 16 01:57:42 UTC 2026 on atb-devel-224 --- diff --git a/librpc/ndr/ndr_dns_utils.h b/librpc/ndr/ndr_dns_utils.h index 8b9780feb3e..6e0b51119c9 100644 --- a/librpc/ndr/ndr_dns_utils.h +++ b/librpc/ndr/ndr_dns_utils.h @@ -1,4 +1,7 @@ +#ifndef _LIBRPC_NDR_NDR_DNS_UTILS_H +#define _LIBRPC_NDR_NDR_DNS_UTILS_H + enum ndr_err_code ndr_pull_dns_string_list(struct ndr_pull *ndr, ndr_flags_type ndr_flags, const char **s, @@ -9,3 +12,5 @@ enum ndr_err_code ndr_push_dns_string_list(struct ndr_push *ndr, ndr_flags_type ndr_flags, const char *s, bool is_nbt); + +#endif