summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 20:39:57 +0100
committerGünther Deschner <gd@samba.org>2008-10-31 02:44:32 +0100
commitc982b369308aba34d772159435fee28ab708fbda (patch)
tree049dbe4ff346baffbd829c80b80bc60dc89a0411 /source4/librpc/idl
parent5cd089edd2c400bf1141de8354e075718d79f2c0 (diff)
downloadsamba-c982b369308aba34d772159435fee28ab708fbda.tar.gz
samba-c982b369308aba34d772159435fee28ab708fbda.tar.bz2
samba-c982b369308aba34d772159435fee28ab708fbda.zip
s4-srvsvc: merge srvsvc_NetSrvGetInfo from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/srvsvc.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl
index 1d5a678bbe..918c8ba0ca 100644
--- a/source4/librpc/idl/srvsvc.idl
+++ b/source4/librpc/idl/srvsvc.idl
@@ -1130,7 +1130,7 @@ import "security.idl", "svcctl.idl";
WERROR srvsvc_NetSrvGetInfo(
[in,unique] [string,charset(UTF16)] uint16 *server_unc,
[in] uint32 level,
- [out,switch_is(level)] srvsvc_NetSrvInfo info
+ [out,ref,switch_is(level)] srvsvc_NetSrvInfo *info
);
/******************/