summaryrefslogtreecommitdiffstats
path: root/source/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-10 21:28:17 +0200
committerKarolin Seeger <kseeger@samba.org>2008-04-12 07:51:25 +0200
commiteb45084d99aad58760cedd1df97e8c7d2e4af43c (patch)
treebad4122c3ddbccb3b2fefa67c2edeec01c2a23a7 /source/librpc
parent4be691a9b6da484e89de3bf4ff76f01b267d71a9 (diff)
downloadsamba-eb45084d99aad58760cedd1df97e8c7d2e4af43c.tar.gz
samba-eb45084d99aad58760cedd1df97e8c7d2e4af43c.tar.xz
samba-eb45084d99aad58760cedd1df97e8c7d2e4af43c.zip
Add SERVER_INFO_1005 to libnetapi.idl.
Guenther (cherry picked from commit 5387c6e8d19f7f26561c5fbacb1c75a5ba8fea60)
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/libnetapi.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl
index d74df187e6a..9cb8b231c88 100644
--- a/source/librpc/idl/libnetapi.idl
+++ b/source/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,