summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/ndr/ndr_echo.h')
-rw-r--r--source4/librpc/ndr/ndr_echo.h20
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;
};