From 5975cbc2606104c0eeaea12891ee6934e413f395 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 17 Sep 2008 15:07:24 +0200 Subject: Sync addition of [todo] attribute to Samba 3. --- source3/librpc/idl/echo.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl/echo.idl') diff --git a/source3/librpc/idl/echo.idl b/source3/librpc/idl/echo.idl index 5ea37f1ac1..bf1e318674 100644 --- a/source3/librpc/idl/echo.idl +++ b/source3/librpc/idl/echo.idl @@ -38,7 +38,7 @@ interface rpcecho /* test some alignment issues */ - typedef struct { + typedef [public] struct { uint8 v; } echo_info1; -- cgit