ndr dns: Add simple parser
[Samba/gebeck_regimport.git] / librpc / ndr / ndr_dns.h
blobd0b6ab36f38bf8bd746189a06d1a0ee7e1d46ed7
1 _PUBLIC_ void ndr_print_dns_string(struct ndr_print *ndr, const char *name, const char *s);
2 _PUBLIC_ enum ndr_err_code ndr_pull_dns_string(struct ndr_pull *ndr, int ndr_flags, const char **s);
3 _PUBLIC_ enum ndr_err_code ndr_push_dns_string(struct ndr_push *ndr, int ndr_flags, const char *s);