summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-05 17:00:41 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:29:28 +0200
commit52e87e1fc1aec2670f511199e53e9a0f81409fae (patch)
treef3ca5f8837a6f60da566e019e559a3a2b0172c1f /source3/librpc/gen_ndr/libnetapi.h
parent4536446cac33ed48be54629d8b4c4179b434580d (diff)
downloadsamba-52e87e1fc1aec2670f511199e53e9a0f81409fae.tar.gz
samba-52e87e1fc1aec2670f511199e53e9a0f81409fae.tar.bz2
samba-52e87e1fc1aec2670f511199e53e9a0f81409fae.zip
re-run make idl.
Guenther (This used to be commit 00af97de407e2c0447714095340bd9494cc53b0f)
Diffstat (limited to 'source3/librpc/gen_ndr/libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/libnetapi.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h
index 90d13aee4e..9c1430227f 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -1116,6 +1116,22 @@ struct NetGroupGetUsers {
};
+struct NetGroupSetUsers {
+ struct {
+ const char * server_name;
+ const char * group_name;
+ uint32_t level;
+ uint8_t *buffer;/* [ref] */
+ uint32_t num_entries;
+ } in;
+
+ struct {
+ enum NET_API_STATUS result;
+ } out;
+
+};
+
+
struct NetLocalGroupAdd {
struct {
const char * server_name;