diff options
author | Günther Deschner <gd@samba.org> | 2008-10-30 19:03:02 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:28 +0100 |
commit | 4b8606f616cdd2fe885729a044d6139fc0001780 (patch) | |
tree | 5c3e8d3ce8e56c1d6e3c07a7ae9bfeb8f8e1ea55 | |
parent | d0b02f970862cd0f494f3fe7ba8e13f65f29f76d (diff) | |
download | samba-4b8606f616cdd2fe885729a044d6139fc0001780.tar.gz samba-4b8606f616cdd2fe885729a044d6139fc0001780.tar.bz2 samba-4b8606f616cdd2fe885729a044d6139fc0001780.zip |
s4-srvsvc-idl: pure cosmetic merge from s3 idl.
Guenther
-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 00f5e55d4c..b8cf89ce3b 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -141,7 +141,7 @@ import "security.idl", "svcctl.idl"; /******************/ /* Function: 0x05 */ WERROR srvsvc_NetCharDevQSetInfo( - [in,unique] [string,charset(UTF16)] uint16 *server_unc, + [in,unique] [string,charset(UTF16)] uint16 *server_unc, [in] [string,charset(UTF16)] uint16 queue_name[], [in] uint32 level, [in,switch_is(level)] srvsvc_NetCharDevQInfo info, |