summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/libnetapi.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-10 21:28:17 +0200
committerGünther Deschner <gd@samba.org>2008-04-10 21:28:17 +0200
commit693a5679fdde7cae6a74377d2fc9b8af3efdcdb3 (patch)
treee7eaef2ef4fb51b953ed40079db4a6392f83cd28 /source3/librpc/idl/libnetapi.idl
parent8ea6da93541ccdecbd3a2c55d77cb9afff0a4288 (diff)
downloadsamba-693a5679fdde7cae6a74377d2fc9b8af3efdcdb3.tar.gz
samba-693a5679fdde7cae6a74377d2fc9b8af3efdcdb3.tar.bz2
samba-693a5679fdde7cae6a74377d2fc9b8af3efdcdb3.zip
Add SERVER_INFO_1005 to libnetapi.idl.
Guenther (This used to be commit 5387c6e8d19f7f26561c5fbacb1c75a5ba8fea60)
Diffstat (limited to 'source3/librpc/idl/libnetapi.idl')
-rw-r--r--source3/librpc/idl/libnetapi.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl
index d74df187e6..9cb8b231c8 100644
--- a/source3/librpc/idl/libnetapi.idl
+++ b/source3/librpc/idl/libnetapi.idl
@@ -46,6 +46,10 @@ interface libnetapi
[out] string ***ous
);
+ [public] typedef struct {
+ string sv1005_comment;
+ } SERVER_INFO_1005;
+
[nopush,nopull] NET_API_STATUS NetServerGetInfo(
[in,unique] string *server_name,
[in] uint32 level,