diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-17 09:34:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-17 09:34:19 +0000 |
commit | e62c5c9a8dd1258b776d40918026a1be4b71fb72 (patch) | |
tree | 877a0934d7082d96093d420627e3d3797b67483e /source4/librpc/ndr/ndr_echo.h | |
parent | c562794e7477e56251baea4f954794ec189f2847 (diff) | |
download | samba-e62c5c9a8dd1258b776d40918026a1be4b71fb72.tar.gz samba-e62c5c9a8dd1258b776d40918026a1be4b71fb72.tar.bz2 samba-e62c5c9a8dd1258b776d40918026a1be4b71fb72.zip |
use [subcontext] to make GetPrinter a bit easier in smbtorture
(This used to be commit a5140985d8f57695b4165c72af217092da6fae5f)
Diffstat (limited to 'source4/librpc/ndr/ndr_echo.h')
-rw-r--r-- | source4/librpc/ndr/ndr_echo.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/source4/librpc/ndr/ndr_echo.h b/source4/librpc/ndr/ndr_echo.h index 5edc4241a6..d6b6f0eb96 100644 --- a/source4/librpc/ndr/ndr_echo.h +++ b/source4/librpc/ndr/ndr_echo.h @@ -45,30 +45,12 @@ struct echo_SourceData { }; -struct echo_Enum1 { - uint32 *count; -}; - -struct echo_Enum3 { - uint32 *count; -}; - -union echo_EnumInfo { -/* [case(1)] */ struct echo_Enum1 enum1; -/* [case(3)] */ struct echo_Enum3 enum3; -}; - -struct Struct1 { - uint32 level; - union echo_EnumInfo e; -}; - struct TestCall { struct { + const char *s; } in; struct { - struct Struct1 *s1; } out; }; |