diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 14:19:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:30 +0100 |
commit | 31b067a6dd8bd702801779755f24cc20ce0541f7 (patch) | |
tree | 159022d842c1dea65fe7e930af16bf019e62e8ef /source4/librpc | |
parent | f151246e53859b03c6de1d352aa872ebef3e4103 (diff) | |
download | samba-31b067a6dd8bd702801779755f24cc20ce0541f7.tar.gz samba-31b067a6dd8bd702801779755f24cc20ce0541f7.tar.xz samba-31b067a6dd8bd702801779755f24cc20ce0541f7.zip |
s4-srvsvc: merge srvsvc_NetShareCheck from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 2 |
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 ); /**************************/ |