summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 15:11:27 +0100
committerGünther Deschner <gd@samba.org>2008-10-31 02:44:31 +0100
commit523732ed2d33f61d35774aa3f771a890cb663035 (patch)
tree936bb56d362eed105a52659a60409c30afcaba47 /source4/librpc/idl
parent3206f3552791f1806eec3a6d4bdc55857da4b264 (diff)
downloadsamba-523732ed2d33f61d35774aa3f771a890cb663035.tar.gz
samba-523732ed2d33f61d35774aa3f771a890cb663035.tar.bz2
samba-523732ed2d33f61d35774aa3f771a890cb663035.zip
s4-srvsvc: merge srvsvc_NetShareSetInfo 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 f74bf1205a..77224ee188 100644
--- a/source4/librpc/idl/srvsvc.idl
+++ b/source4/librpc/idl/srvsvc.idl
@@ -595,7 +595,7 @@ import "security.idl", "svcctl.idl";
[in,unique] [string,charset(UTF16)] uint16 *server_unc,
[in] [string,charset(UTF16)] uint16 share_name[],
[in] uint32 level,
- [in,switch_is(level)] srvsvc_NetShareInfo info,
+ [in,ref,switch_is(level)] srvsvc_NetShareInfo *info,
[in,out,unique] uint32 *parm_error
);