diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-03-24 21:52:46 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-03-24 21:52:46 +0000 |
commit | c8dd2dc8f91a322178c43281cbc5c8fc16da5219 (patch) | |
tree | 296eb55385d7f4af705af0fc71068a9201549888 /address.h | |
parent | c18626ad35cdf94edbff196070ccbb6ae825abd0 (diff) |
* add cache management
* add support for SRV records
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@15 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'address.h')
-rw-r--r-- | address.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ typedef struct { flxIPv6Address ipv6; flxIPv4Address ipv4; guint8 data[0]; - }; + } data; } flxAddress; guint flx_address_get_size(const flxAddress *a); |