diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-15 20:07:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:47 -0500 |
commit | d9b4bdd5bb32806162514f7e010a97d24fb94549 (patch) | |
tree | d72ab8f87bf4235dcb60450980e4db839fab9a62 /source4/librpc/idl | |
parent | db0fdcf6ce8b3d02a5f720652f22a2b7167c5e26 (diff) | |
download | samba-d9b4bdd5bb32806162514f7e010a97d24fb94549.tar.gz samba-d9b4bdd5bb32806162514f7e010a97d24fb94549.tar.bz2 samba-d9b4bdd5bb32806162514f7e010a97d24fb94549.zip |
r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatible
(This used to be commit ab0a798c57564901f0adcd8aedc1ef0928e79edd)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/echo.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl index cda29685a1..80123f9922 100644 --- a/source4/librpc/idl/echo.idl +++ b/source4/librpc/idl/echo.idl @@ -34,7 +34,7 @@ interface rpcecho /* test strings */ void echo_TestCall ( [in,string,charset(UTF16)] uint16 *s1, - [out,string,charset(UTF16)] uint16 *s2 + [out,string,charset(UTF16)] uint16 **s2 ); |