diff options
Diffstat (limited to 'source/librpc/idl/echo.idl')
-rw-r--r-- | source/librpc/idl/echo.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/librpc/idl/echo.idl b/source/librpc/idl/echo.idl index f2d89605584..c73de8cc7b5 100644 --- a/source/librpc/idl/echo.idl +++ b/source/librpc/idl/echo.idl @@ -52,12 +52,12 @@ interface rpcecho } echo_info3; typedef struct { - HYPER_T v; + hyper v; } echo_info4; typedef struct { uint8 v1; - HYPER_T v2; + hyper v2; } echo_info5; typedef struct { |