diff options
author | Günther Deschner <gd@samba.org> | 2007-11-27 11:20:34 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:27 +0100 |
commit | e6c8fa793994540c224e0f26021e2e3a9c634f22 (patch) | |
tree | f405d63f79f07acb733ab6c2157181903e911b84 /source4/librpc/idl | |
parent | 722851c78e0861987488898941c5fa93bbc4d8ce (diff) | |
download | samba-e6c8fa793994540c224e0f26021e2e3a9c634f22.tar.gz samba-e6c8fa793994540c224e0f26021e2e3a9c634f22.tar.bz2 samba-e6c8fa793994540c224e0f26021e2e3a9c634f22.zip |
r26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend().
Guenther
(This used to be commit 9de2f59d2b82b789c99fb82965b37b305c43b8fc)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/wkssvc.idl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index 918694f011..deb2b54fc0 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -372,7 +372,13 @@ import "srvsvc.idl", "lsa.idl"; /*****************************/ /* Function 0x0c */ - WERROR WKSSVC_NETRMESSAGEBUFFERSEND (); + WERROR wkssvc_NetrMessageBufferSend( + [in] [string,charset(UTF16)] uint16 *server_name, + [in,ref] [string,charset(UTF16)] uint16 *message_name, + [in] [string,charset(UTF16)] uint16 *message_sender_name, + [in] [size_is(message_size)] [ref] uint8 *message_buffer, + [in] uint32 message_size + ); /*****************************/ /* Function 0x0d */ |