summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/echo.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-17 15:07:24 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-17 15:07:24 +0200
commit5975cbc2606104c0eeaea12891ee6934e413f395 (patch)
treede94df97d3ad3d71eb09454ebcd565aa8e71deba /source3/librpc/idl/echo.idl
parent06999ae473b5a1fdf21b44fa5866ad1dbc47d749 (diff)
downloadsamba-5975cbc2606104c0eeaea12891ee6934e413f395.tar.gz
samba-5975cbc2606104c0eeaea12891ee6934e413f395.tar.bz2
samba-5975cbc2606104c0eeaea12891ee6934e413f395.zip
Sync addition of [todo] attribute to Samba 3.
Diffstat (limited to 'source3/librpc/idl/echo.idl')
-rw-r--r--source3/librpc/idl/echo.idl2
1 files changed, 1 insertions, 1 deletions
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;