Add iconv_convenience argument to size functions.
[tprouty/samba.git] / librpc / gen_ndr / epmapper.h
index 4b75261a02e7ec93993edc524b4dfc9855c353f6..e5155a8cad7f9bf4ef27dc61352fb86c5b913b14 100644 (file)
@@ -220,7 +220,7 @@ struct epm_tower {
 }/* [gensize,flag(LIBNDR_FLAG_NOALIGN|LIBNDR_FLAG_LITTLE_ENDIAN)] */;
 
 struct epm_twr_t {
-       uint32_t tower_length;/* [value(ndr_size_epm_tower(&tower,ndr->flags))] */
+       uint32_t tower_length;/* [value(ndr_size_epm_tower(&tower,ndr->iconv_convenience,ndr->flags))] */
        struct epm_tower tower;/* [subcontext(4)] */
 };