diff options
Diffstat (limited to 'avahi-common')
-rw-r--r-- | avahi-common/address.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-common/address.h b/avahi-common/address.h index c5e5297..cc7eaa2 100644 --- a/avahi-common/address.h +++ b/avahi-common/address.h @@ -31,7 +31,7 @@ AVAHI_C_DECL_BEGIN -/** Protocol family specification, takes the values AVAHI_INET, AVAHI_INET6, AVAHI_UNSPEC */ +/** Protocol family specification, takes the values AVAHI_PROTO_INET, AVAHI_PROTO_INET6, AVAHI_PROTO_UNSPEC */ typedef char AvahiProtocol; /** Numeric network interface index. Takes OS dependent values and the special constant AVAHI_IF_UNSPEC */ |