summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-07-16 17:15:24 +0200
committerStefan Metzmacher <metze@samba.org>2016-03-10 06:52:26 +0100
commit2e71f5d9351b9660a5ef94309674e09fdeb7ab48 (patch)
tree38a2b786bb081b9cc7477c641103381e997cc53b /librpc
parent2c9f9557e4d7e02b4f588aa0a6551a6881ac57af (diff)
downloadsamba-2e71f5d9351b9660a5ef94309674e09fdeb7ab48.tar.gz
epmapper.idl: make epm_twr_t available in python bindings
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/epmapper.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/epmapper.idl b/librpc/idl/epmapper.idl
index 5f3d653961d..fd8eeb4c475 100644
--- a/librpc/idl/epmapper.idl
+++ b/librpc/idl/epmapper.idl
@@ -214,7 +214,7 @@ interface epmapper
epm_floor floors[num_floors];
} epm_tower;
- typedef struct {
+ typedef [public] struct {
[value(ndr_size_epm_tower(&tower, ndr->flags))] uint32 tower_length;
[subcontext(4)] epm_tower tower;
} epm_twr_t;