summaryrefslogtreecommitdiff
path: root/librpc/ndr/libndr.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-09-28 20:33:54 -0700
committerKai Blin <kai@samba.org>2010-10-04 20:59:59 +0200
commitee7ee2c4c2f4c75c355cc06ce29d1ef59b2ae581 (patch)
treef1b10c7426fc47d9aa7dbd8777c2b84ef04a39a5 /librpc/ndr/libndr.h
parent013780b1e1942522dfee59d973a341b5f18ace67 (diff)
downloadsamba-ee7ee2c4c2f4c75c355cc06ce29d1ef59b2ae581.tar.gz
samba-ee7ee2c4c2f4c75c355cc06ce29d1ef59b2ae581.tar.bz2
samba-ee7ee2c4c2f4c75c355cc06ce29d1ef59b2ae581.zip
ndr: Implement push function for IPv6 addresses
Thanks to Julien Kerihuel for providing the patch that pushed me to finish my own IPv6 patches.
Diffstat (limited to 'librpc/ndr/libndr.h')
-rw-r--r--librpc/ndr/libndr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h
index 93d95cf398..c110b76ae5 100644
--- a/librpc/ndr/libndr.h
+++ b/librpc/ndr/libndr.h
@@ -189,6 +189,7 @@ enum ndr_err_code {
NDR_ERR_RANGE,
NDR_ERR_TOKEN,
NDR_ERR_IPV4ADDRESS,
+ NDR_ERR_IPV6ADDRESS,
NDR_ERR_INVALID_POINTER,
NDR_ERR_UNREAD_BYTES,
NDR_ERR_NDR64