]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
add support for service subtypes: avahi_server_add_service_subtype()
[catta] / avahi-common / error.c
index 42423616213313083bf0bc004d03a51883c7efb8..76a05fdb525699433ac045cf63a0a92c7d346512 100644 (file)
@@ -60,7 +60,8 @@ const char *avahi_strerror(int error) {
         "Invalid flags",
         "Not found",
         "Invalid configuration",
-        "Version mismatch"
+        "Version mismatch",
+        "Invalid service subtype"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)