summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 14:19:14 +0100
committerGünther Deschner <gd@samba.org>2008-10-31 02:44:30 +0100
commit31b067a6dd8bd702801779755f24cc20ce0541f7 (patch)
tree159022d842c1dea65fe7e930af16bf019e62e8ef /source4/librpc/idl
parentf151246e53859b03c6de1d352aa872ebef3e4103 (diff)
downloadsamba-31b067a6dd8bd702801779755f24cc20ce0541f7.tar.gz
samba-31b067a6dd8bd702801779755f24cc20ce0541f7.tar.bz2
samba-31b067a6dd8bd702801779755f24cc20ce0541f7.zip
s4-srvsvc: merge srvsvc_NetShareCheck 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 a3faaad1fd..f925fe9258 100644
--- a/source4/librpc/idl/srvsvc.idl
+++ b/source4/librpc/idl/srvsvc.idl
@@ -620,7 +620,7 @@ import "security.idl", "svcctl.idl";
WERROR srvsvc_NetShareCheck(
[in,unique] [string,charset(UTF16)] uint16 *server_unc,
[in] [string,charset(UTF16)] uint16 device_name[],
- [out] srvsvc_ShareType type
+ [out,ref] srvsvc_ShareType *type
);
/**************************/