From e92419e2d35126f98af6c22fe5e0224421998aad Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 15 Nov 2003 10:58:29 +0000 Subject: added samr_UserInfo2 and samr_UserInfo3 (This used to be commit 5e852f694c039ae8bde3490be9e0c4959c1e93f0) --- source4/librpc/ndr/libndr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/librpc/ndr/libndr.h') diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 25ed1fc6f1..8347aa8f28 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -79,7 +79,9 @@ struct ndr_print { enum ndr_err_code { NDR_ERR_CONFORMANT_SIZE, NDR_ERR_ARRAY_SIZE, - NDR_ERR_BAD_SWITCH + NDR_ERR_BAD_SWITCH, + NDR_ERR_OFFSET, + NDR_ERR_LENGTH }; /* -- cgit