From: Stefan Metzmacher Date: Sat, 2 Oct 2010 00:10:43 +0000 (+0200) Subject: rpc echo.idl... X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=c906a17e2b1a69bb26fbe06b3ee5819f425ba6fd rpc echo.idl... --- diff --git a/librpc/idl/echo.idl b/librpc/idl/echo.idl index bf1e31867498..6418f3e3d89e 100644 --- a/librpc/idl/echo.idl +++ b/librpc/idl/echo.idl @@ -124,4 +124,11 @@ interface rpcecho ); uint16 echo_TestDoublePointer([in] uint16 ***data); + + typedef pipe uint8 echo_BytePipe; + + uint32 echo_BytePipeIn( + [in] uint32 value, + [in,ref] echo_BytePipe *p + ); }