summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-11 00:48:03 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-11 00:48:03 +0000
commitc530608ec993bf73e3d22d070a8d1ecd1f302ee4 (patch)
tree391ba8eeedd788dce24c87a8b351019a8d105899 /avahi-common
parentc1d9b9cffd6f756339c1d98a2d2914d49195cb41 (diff)
remove some superfluous commas from enum definitions
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@715 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/address.h2
-rw-r--r--avahi-common/defs.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/avahi-common/address.h b/avahi-common/address.h
index c540de5..665c9c7 100644
--- a/avahi-common/address.h
+++ b/avahi-common/address.h
@@ -48,7 +48,7 @@ enum {
/** Special values for AvahiIfIndex */
enum {
- AVAHI_IF_UNSPEC = -1, /**< Unspecified/all interface(s) */
+ AVAHI_IF_UNSPEC = -1 /**< Unspecified/all interface(s) */
};
/** Return TRUE if the specified interface index is valid */
diff --git a/avahi-common/defs.h b/avahi-common/defs.h
index 4da597c..be8022e 100644
--- a/avahi-common/defs.h
+++ b/avahi-common/defs.h
@@ -178,7 +178,7 @@ typedef enum {
AVAHI_LOOKUP_RESULT_NULL = 0,
AVAHI_LOOKUP_RESULT_CACHED = 1, /**< This response originates from the cache */
AVAHI_LOOKUP_RESULT_WIDE_AREA = 2, /**< This response originates from wide area DNS */
- AVAHI_LOOKUP_RESULT_MULTICAST = 4, /**< This response originates from multicast DNS */
+ AVAHI_LOOKUP_RESULT_MULTICAST = 4 /**< This response originates from multicast DNS */
} AvahiLookupResultFlags;
/** Type of callback event when browsing */
@@ -196,7 +196,7 @@ typedef enum {
AVAHI_RESOLVER_FOUND, /**< RR found, resolving successful */
AVAHI_RESOLVER_TIMEOUT, /**< Noone responded within the timeout, resolving failed */
AVAHI_RESOLVER_NOT_FOUND, /**< Query was done using wide area DNS-SD and the server told us that the entry is nto available */
- AVAHI_RESOLVER_FAILURE, /**< Query was done using wide area DNS-SD and the server failed */
+ AVAHI_RESOLVER_FAILURE /**< Query was done using wide area DNS-SD and the server failed */
} AvahiResolverEvent;
/** States of a server object */