diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-18 16:31:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:27 -0500 |
commit | 327a9ac650d7661a3f94c8e827cd02834550afc4 (patch) | |
tree | 70fa28d27d91af0de5d5ba468fae226cb65ada9a /source4/librpc/idl | |
parent | 0dde0612b420d12b92d22bd64baa500af2c00b2f (diff) | |
download | samba-327a9ac650d7661a3f94c8e827cd02834550afc4.tar.gz samba-327a9ac650d7661a3f94c8e827cd02834550afc4.tar.bz2 samba-327a9ac650d7661a3f94c8e827cd02834550afc4.zip |
r7729: Small fixes to the charset stuff.
(This used to be commit 5122b9f608399a6c90521e2f8bd96154755fe397)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/echo.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl index a6f52d9d15..4fe3d872e3 100644 --- a/source4/librpc/idl/echo.idl +++ b/source4/librpc/idl/echo.idl @@ -34,8 +34,8 @@ interface rpcecho /* test strings */ void echo_TestCall ( - [in,string,charset(CH_UTF16)] uint16 *s1, - [out,string,charset(CH_UTF16)] uint16 *s2 + [in,string,charset(UTF16)] uint16 *s1, + [out,string,charset(UTF16)] uint16 *s2 ); |