1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r21489: Remove accidently committed test idl.

This commit is contained in:
Jelmer Vernooij 2007-02-21 11:51:51 +00:00 committed by Gerald (Jerry) Carter
parent 12d45cede3
commit 268915961d

View File

@ -99,7 +99,7 @@ interface rpcecho
} echo_Enum1_32;
typedef struct {
enum { foo=1, bar=2} e1;
echo_Enum1 e1;
echo_Enum1_32 e2;
} echo_Enum2;