summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-18 01:21:38 +0200
committerGünther Deschner <gd@samba.org>2008-07-18 17:25:00 +0200
commitf15740f4244bd5eb52641133922c68c043b349c9 (patch)
treea4f995952210a23691427a93b33767d91387416a /source3/librpc/gen_ndr/libnetapi.h
parent54362a85f662b481678a8c2771a1d5e87680767c (diff)
downloadsamba-f15740f4244bd5eb52641133922c68c043b349c9.tar.gz
samba-f15740f4244bd5eb52641133922c68c043b349c9.tar.bz2
samba-f15740f4244bd5eb52641133922c68c043b349c9.zip
re-run make idl.
Guenther (This used to be commit 4b79d54574722552346bbc17947fd26fc1a0deda)
Diffstat (limited to 'source3/librpc/gen_ndr/libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/libnetapi.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h
index ab658c2f9f..20a3662cf4 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -703,6 +703,25 @@ struct NetLocalGroupSetInfo {
};
+struct NetLocalGroupEnum {
+ struct {
+ const char * server_name;
+ uint32_t level;
+ uint32_t prefmaxlen;
+ uint32_t *resume_handle;/* [ref] */
+ } in;
+
+ struct {
+ uint8_t **buffer;/* [ref] */
+ uint32_t *entries_read;/* [ref] */
+ uint32_t *total_entries;/* [ref] */
+ uint32_t *resume_handle;/* [ref] */
+ enum NET_API_STATUS result;
+ } out;
+
+};
+
+
struct NetRemoteTOD {
struct {
const char * server_name;