X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fdefs.h;h=d12ed642ca22de4c47b31202ff3ab14b90aac20a;hb=feae35a24a8d234ae5a4eb629cd09c905f74dc04;hp=4d9c40f8ab738536d4b8548dd6bc1a525b820aa6;hpb=bb14e0a8aa3173c8a6d80b1a9c8b300a452ee9f1;p=catta diff --git a/avahi-common/defs.h b/avahi-common/defs.h index 4d9c40f..d12ed64 100644 --- a/avahi-common/defs.h +++ b/avahi-common/defs.h @@ -139,7 +139,7 @@ typedef enum { AVAHI_ENTRY_GROUP_UNCOMMITED, /**< The group has not yet been commited, the user must still call avahi_entry_group_commit() */ AVAHI_ENTRY_GROUP_REGISTERING, /**< The entries of the group are currently being registered */ AVAHI_ENTRY_GROUP_ESTABLISHED, /**< The entries have successfully been established */ - AVAHI_ENTRY_GROUP_COLLISION, /**< A name collision for one of the entries in the group has been detected, the entries have been withdrawn */ + AVAHI_ENTRY_GROUP_COLLISION /**< A name collision for one of the entries in the group has been detected, the entries have been withdrawn */ } AvahiEntryGroupState; /** The type of domain to browse for */