summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_dnsp.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-08-13 11:09:09 +0200
committerKai Blin <kai@samba.org>2010-10-04 20:59:59 +0200
commit65d2cfdcf1517b2e99df0556eb5bcfbc0c49a453 (patch)
tree185e1a6ab71e87b623df7e86cabaab14d3c0909a /librpc/ndr/ndr_dnsp.h
parentda21f78099884ce425dfbb99c8c246f6fcd98a3a (diff)
downloadsamba-65d2cfdcf1517b2e99df0556eb5bcfbc0c49a453.tar.gz
samba-65d2cfdcf1517b2e99df0556eb5bcfbc0c49a453.tar.bz2
samba-65d2cfdcf1517b2e99df0556eb5bcfbc0c49a453.zip
dnsp: Parse TXT records
Diffstat (limited to 'librpc/ndr/ndr_dnsp.h')
-rw-r--r--librpc/ndr/ndr_dnsp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/librpc/ndr/ndr_dnsp.h b/librpc/ndr/ndr_dnsp.h
index 07952cb8ce..67f952ccb3 100644
--- a/librpc/ndr/ndr_dnsp.h
+++ b/librpc/ndr/ndr_dnsp.h
@@ -23,3 +23,7 @@ void ndr_print_dnsp_name(struct ndr_print *ndr, const char *name,
const char *dns_name);
enum ndr_err_code ndr_pull_dnsp_name(struct ndr_pull *ndr, int ndr_flags, const char **name);
enum ndr_err_code ndr_push_dnsp_name(struct ndr_push *ndr, int ndr_flags, const char *name);
+void ndr_print_dnsp_string(struct ndr_print *ndr, const char *name,
+ const char *dns_string);
+enum ndr_err_code ndr_pull_dnsp_string(struct ndr_pull *ndr, int ndr_flags, const char **string);
+enum ndr_err_code ndr_push_dnsp_string(struct ndr_push *ndr, int ndr_flags, const char *string);