diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 20:44:04 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:32 +0100 |
commit | 6e9d69e4c8037aa23ad4bb7fd18399a96d7a740c (patch) | |
tree | 1159517456f4dfd832fa7e3fb73768ecd25a1618 /source4/librpc/idl | |
parent | c982b369308aba34d772159435fee28ab708fbda (diff) | |
download | samba-6e9d69e4c8037aa23ad4bb7fd18399a96d7a740c.tar.gz samba-6e9d69e4c8037aa23ad4bb7fd18399a96d7a740c.tar.bz2 samba-6e9d69e4c8037aa23ad4bb7fd18399a96d7a740c.zip |
s4-srvsvc: merge srvsvc_NetCharDevGetInfo from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-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 918c8ba0ca..ae59365741 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -68,7 +68,7 @@ import "security.idl", "svcctl.idl"; [in,unique] [string,charset(UTF16)] uint16 *server_unc, [in] [string,charset(UTF16)] uint16 device_name[], [in] uint32 level, - [out,switch_is(level)] srvsvc_NetCharDevInfo info + [out,ref,switch_is(level)] srvsvc_NetCharDevInfo *info ); /******************/ |