summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_dns.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-10-27 22:15:10 +0200
committerKai Blin <kai@samba.org>2010-10-27 21:17:50 +0000
commit64867330493c676cfe6a34ea462be45c638966ee (patch)
treed2bd7b7051824c8702589da0c506919231757f94 /librpc/ndr/ndr_dns.h
parentf8d49958b2a5c55e837ebe903dd5207a92d19d63 (diff)
downloadsamba-64867330493c676cfe6a34ea462be45c638966ee.tar.gz
samba-64867330493c676cfe6a34ea462be45c638966ee.tar.bz2
samba-64867330493c676cfe6a34ea462be45c638966ee.zip
ndr: Make sure ndr_dns.c has no lines wider than 80 chars
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Oct 27 21:17:50 UTC 2010 on sn-devel-104
Diffstat (limited to 'librpc/ndr/ndr_dns.h')
-rw-r--r--librpc/ndr/ndr_dns.h20
1 files changed, 15 insertions, 5 deletions
diff --git a/librpc/ndr/ndr_dns.h b/librpc/ndr/ndr_dns.h
index acdb7bb03a..d97d57fdac 100644
--- a/librpc/ndr/ndr_dns.h
+++ b/librpc/ndr/ndr_dns.h
@@ -1,5 +1,15 @@
-_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);
-_PUBLIC_ enum ndr_err_code ndr_push_dns_res_rec(struct ndr_push *ndr, int ndr_flags, const struct dns_res_rec *r);
-_PUBLIC_ enum ndr_err_code ndr_pull_dns_res_rec(struct ndr_pull *ndr, int ndr_flags, struct dns_res_rec *r);
+void ndr_print_dns_string(struct ndr_print *ndr,
+ const char *name,
+ const char *s);
+enum ndr_err_code ndr_pull_dns_string(struct ndr_pull *ndr,
+ int ndr_flags,
+ const char **s);
+enum ndr_err_code ndr_push_dns_string(struct ndr_push *ndr,
+ int ndr_flags,
+ const char *s);
+enum ndr_err_code ndr_push_dns_res_rec(struct ndr_push *ndr,
+ int ndr_flags,
+ const struct dns_res_rec *r);
+enum ndr_err_code ndr_pull_dns_res_rec(struct ndr_pull *ndr,
+ int ndr_flags,
+ struct dns_res_rec *r);