diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 20:50:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:32 +0100 |
commit | b70d984f8fd8e3f67859c15a94099672971282f2 (patch) | |
tree | 531315b2f8e594620a87719b9d8c0a89c6b043da /source4/librpc | |
parent | 6e9d69e4c8037aa23ad4bb7fd18399a96d7a740c (diff) | |
download | samba-b70d984f8fd8e3f67859c15a94099672971282f2.tar.gz samba-b70d984f8fd8e3f67859c15a94099672971282f2.tar.bz2 samba-b70d984f8fd8e3f67859c15a94099672971282f2.zip |
s4-srvsvc: merge srvsvc_NetCharDevQGetInfo 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 ae59365741..84d025ab29 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -135,7 +135,7 @@ import "security.idl", "svcctl.idl"; [in] [string,charset(UTF16)] uint16 queue_name[], [in] [string,charset(UTF16)] uint16 user[], [in] uint32 level, - [out,switch_is(level)] srvsvc_NetCharDevQInfo info + [out,switch_is(level),ref] srvsvc_NetCharDevQInfo *info ); /******************/ |