X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=address.h;fp=address.h;h=66b3b1f4f72f1ff8baf76bb4d9d4c6e604685fcb;hb=c8dd2dc8f91a322178c43281cbc5c8fc16da5219;hp=7005175f873d78e8f521c836fdb2af6ecd2be501;hpb=c18626ad35cdf94edbff196070ccbb6ae825abd0;p=catta diff --git a/address.h b/address.h index 7005175..66b3b1f 100644 --- a/address.h +++ b/address.h @@ -20,7 +20,7 @@ typedef struct { flxIPv6Address ipv6; flxIPv4Address ipv4; guint8 data[0]; - }; + } data; } flxAddress; guint flx_address_get_size(const flxAddress *a);