diff options
Diffstat (limited to 'source4/librpc')
-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 d747a39f23..e62208ac98 100644 --- a/source4/librpc/idl/echo.idl +++ b/source4/librpc/idl/echo.idl @@ -31,7 +31,7 @@ interface rpcecho /* test strings */ - void TestCall ( + void echo_TestCall ( [in] unistr *s1, [out] unistr *s2 ); @@ -83,7 +83,7 @@ interface rpcecho [case(7)] echo_info7 info7; } echo_Info; - NTSTATUS TestCall2 ( + NTSTATUS echo_TestCall2 ( [in] uint16 level, [out,switch_is(level)] echo_Info *info ); |