diff options
Diffstat (limited to 'librpc/idl/epmapper.idl')
-rw-r--r-- | librpc/idl/epmapper.idl | 2 |
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; |