diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-15 06:00:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-15 06:00:21 +0000 |
commit | ba5a060136145abdfa4915fe0fecc4afe1180627 (patch) | |
tree | a63f5c07b979c3ba44a31f53959761f857c3d912 /source4/librpc/ndr/libndr.h | |
parent | 78b7118d1aeccc9da490af614d4646a328ac2c46 (diff) | |
download | samba-ba5a060136145abdfa4915fe0fecc4afe1180627.tar.gz samba-ba5a060136145abdfa4915fe0fecc4afe1180627.tar.bz2 samba-ba5a060136145abdfa4915fe0fecc4afe1180627.zip |
added the first couple of calls from samr as IDL
samr_EnumDomains() works nicely
(This used to be commit 7c162eaf3bb0195f9a2da05d6acd3c8e620f08d1)
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 140001c06d..25ed1fc6f1 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -153,3 +153,5 @@ typedef void (*ndr_print_union_fn_t)(struct ndr_print *, const char *, uint16, v #include "librpc/ndr/ndr_lsa.h" #include "librpc/ndr/ndr_dfs.h" #include "librpc/ndr/ndr_spoolss.h" +#include "librpc/ndr/ndr_samr.h" + |