diff options
author | Günther Deschner <gd@samba.org> | 2008-04-10 21:28:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-10 21:28:17 +0200 |
commit | 693a5679fdde7cae6a74377d2fc9b8af3efdcdb3 (patch) | |
tree | e7eaef2ef4fb51b953ed40079db4a6392f83cd28 /source3 | |
parent | 8ea6da93541ccdecbd3a2c55d77cb9afff0a4288 (diff) | |
download | samba-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')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 4 |
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, |