diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-12 05:34:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-12 05:34:21 +0000 |
commit | 6714815f014ae1b31d0675214d023e3afe2389f0 (patch) | |
tree | 386065e7ba271b3fad572d0fab4605bdd7878fca /source4/librpc/ndr/libndr.h | |
parent | 6735b72a8d0a8e0be274208c84b65db2fa33d2a0 (diff) | |
download | samba-6714815f014ae1b31d0675214d023e3afe2389f0.tar.gz samba-6714815f014ae1b31d0675214d023e3afe2389f0.tar.bz2 samba-6714815f014ae1b31d0675214d023e3afe2389f0.zip |
lsa_PrivilegeSet seems to be a very strange beast indeed. It has a
constant sized array of size 1 at the end?
(This used to be commit 2cc354bd82456cb5598eb4acb40a5ada1459d08d)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index d6d2655ef8..da262af00c 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -65,6 +65,7 @@ struct ndr_print { TALLOC_CTX *mem_ctx; uint32 depth; void (*print)(struct ndr_print *, const char *, ...); + void *private; }; #define LIBNDR_FLAG_BIGENDIAN 1 @@ -119,3 +120,4 @@ typedef void (*ndr_print_union_fn_t)(struct ndr_print *, const char *, uint16, v #include "librpc/ndr/ndr_misc.h" #include "librpc/ndr/ndr_echo.h" #include "librpc/ndr/ndr_lsa.h" +#include "librpc/ndr/ndr_dfs.h" |