diff options
Diffstat (limited to 'source4/librpc/idl/echo.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 f2d8960558..c73de8cc7b 100644 --- a/source4/librpc/idl/echo.idl +++ b/source4/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 { |