diff options
Diffstat (limited to 'source4/libcli/ndr/ndr_echo.h')
-rw-r--r-- | source4/libcli/ndr/ndr_echo.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/libcli/ndr/ndr_echo.h b/source4/libcli/ndr/ndr_echo.h index 6144d3885b..4a8a4f5ab5 100644 --- a/source4/libcli/ndr/ndr_echo.h +++ b/source4/libcli/ndr/ndr_echo.h @@ -35,6 +35,18 @@ struct rpcecho_addone { } out; }; +/* EchoData interface */ +struct rpcecho_echodata { + struct { + int len; + const char *data; + } in; + struct { + int len; + char *data; + } out; +}; + /* define the command codes */ enum { RPCECHO_CALL_ADDONE=0, |