summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 13:00:59 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:43 +0200
commite658d64eac6842a605c1d0696618758a3756b501 (patch)
tree1ed0daac9a4945b6442fd77a860e90fa618540a0 /source3/librpc/gen_ndr/libnetapi.h
parented69e68f4c1b1292db7941da091437a220fe5edd (diff)
downloadsamba-e658d64eac6842a605c1d0696618758a3756b501.tar.gz
samba-e658d64eac6842a605c1d0696618758a3756b501.tar.bz2
samba-e658d64eac6842a605c1d0696618758a3756b501.zip
re-run make idl.
Guenther (This used to be commit 47a1db09a2d2eb78b4bcd27394d15bae29ca0d52)
Diffstat (limited to 'source3/librpc/gen_ndr/libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/libnetapi.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h
index 21a3c1a8a1..87836d3c3e 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -362,4 +362,19 @@ struct NetGroupSetInfo {
};
+
+struct NetGroupGetInfo {
+ struct {
+ const char * server_name;
+ const char * group_name;
+ uint32_t level;
+ } in;
+
+ struct {
+ uint8_t **buf;/* [ref] */
+ enum NET_API_STATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_libnetapi */