summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/ndr/ndr_dns.h')
-rw-r--r--librpc/ndr/ndr_dns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/ndr/ndr_dns.h b/librpc/ndr/ndr_dns.h
new file mode 100644
index 0000000000..d0b6ab36f3
--- /dev/null
+++ b/librpc/ndr/ndr_dns.h
@@ -0,0 +1,3 @@
+_PUBLIC_ void ndr_print_dns_string(struct ndr_print *ndr, const char *name, const char *s);
+_PUBLIC_ enum ndr_err_code ndr_pull_dns_string(struct ndr_pull *ndr, int ndr_flags, const char **s);
+_PUBLIC_ enum ndr_err_code ndr_push_dns_string(struct ndr_push *ndr, int ndr_flags, const char *s);