summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-11-27 15:10:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:11 -0500
commit05def77d801544aeb43f1d05fd080bcd608299ef (patch)
treea400d9e10a32583e42b0aeef27e5e2464cc9dd71 /source4/librpc/ndr
parentdc0e4975d6da7ccfb5777639eac6f27bf1998e87 (diff)
downloadsamba-05def77d801544aeb43f1d05fd080bcd608299ef.tar.gz
samba-05def77d801544aeb43f1d05fd080bcd608299ef.tar.bz2
samba-05def77d801544aeb43f1d05fd080bcd608299ef.zip
r3984: success full parse the repsFrom/repsTo LDAP fields
metze (This used to be commit 56c66f4a090b1efca011fc2fc9880c4d93da164c)
Diffstat (limited to 'source4/librpc/ndr')
-rw-r--r--source4/librpc/ndr/libndr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h
index be02a8b72a..8a160c5deb 100644
--- a/source4/librpc/ndr/libndr.h
+++ b/source4/librpc/ndr/libndr.h
@@ -207,6 +207,9 @@ enum ndr_err_code {
#define ndr_size_NTTIME(t, p, flags) ndr_size_uint64(t, p, flags)
#define ndr_size_NTTIME_1sec(t, p, flags) ndr_size_NTTIME(t, p, flags)
+#define ndr_size_WERROR(t, p, flags) ndr_size_uint32(t, p, flags)
+#define ndr_size_NTSTATUS(t, p, flags) ndr_size_uint32(t, p, flags)
+
/* these are used to make the error checking on each element in libndr
less tedious, hopefully making the code more readable */
#define NDR_CHECK(call) do { NTSTATUS _status; \