summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 22:26:01 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:49 +0200
commit504fbb5b2395c7417ce485a460dd44fefe9862b3 (patch)
treed52cf301170993c2880da0254c88060caa3fd3ed /source3/librpc/gen_ndr/libnetapi.h
parentb71ff71e02a885b4f66fc3266a3112d90cb99b0c (diff)
downloadsamba-504fbb5b2395c7417ce485a460dd44fefe9862b3.tar.gz
samba-504fbb5b2395c7417ce485a460dd44fefe9862b3.tar.bz2
samba-504fbb5b2395c7417ce485a460dd44fefe9862b3.zip
re-run make idl.
Guenther (This used to be commit 68cad7322fe7a6bad7c9378f0d610a3b713b4b18)
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 ab4da83209..1004418646 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -461,4 +461,20 @@ struct NetLocalGroupGetInfo {
};
+
+struct NetLocalGroupSetInfo {
+ struct {
+ const char * server_name;
+ const char * group_name;
+ uint32_t level;
+ uint8_t *buf;/* [ref] */
+ } in;
+
+ struct {
+ uint32_t *parm_err;/* [ref] */
+ enum NET_API_STATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_libnetapi */