diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-15 10:58:29 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-15 10:58:29 +0000 |
commit | e92419e2d35126f98af6c22fe5e0224421998aad (patch) | |
tree | 25b71827fbc7bdb25f76d6253d93c2ed378a9d13 /source4/librpc/ndr/libndr.h | |
parent | 54ccb9c6a2510c3e76603459f09d911c1dc3354e (diff) | |
download | samba-e92419e2d35126f98af6c22fe5e0224421998aad.tar.gz samba-e92419e2d35126f98af6c22fe5e0224421998aad.tar.bz2 samba-e92419e2d35126f98af6c22fe5e0224421998aad.zip |
added samr_UserInfo2 and samr_UserInfo3
(This used to be commit 5e852f694c039ae8bde3490be9e0c4959c1e93f0)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 }; /* |