]> git.meshlink.io Git - catta/blobdiff - avahi-common/dbus.c
add support for service subtypes: avahi_server_add_service_subtype()
[catta] / avahi-common / dbus.c
index 14d1b2b9cd910562035275960a65b8957d70ad0d..d65886887b3e63ef8ddfab6172b77febcc1aa5a6 100644 (file)
@@ -63,7 +63,8 @@ static const char * const table[- AVAHI_ERR_MAX] = {
     AVAHI_DBUS_ERR_INVALID_FLAGS,
     AVAHI_DBUS_ERR_NOT_FOUND,
     AVAHI_DBUS_ERR_INVALID_CONFIG,
-    AVAHI_DBUS_ERR_VERSION_MISMATCH
+    AVAHI_DBUS_ERR_VERSION_MISMATCH,
+    AVAHI_DBUS_ERR_INVALID_SERVICE_SUBTYPE
 };
 
 int avahi_error_dbus_to_number(const char *s) {