]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
add an 'Error' property to ClientStateArgs
[catta] / avahi-common / error.c
index 6c0a9000dbc18872fd0de29be6122d65f5f3aebf..f6f561a6a510b34fb95513d689e419783c6f0535 100644 (file)
@@ -83,7 +83,9 @@ const char *avahi_strerror(int error) {
         "Invalid DNS class",
         "Not supported",
 
-        "Not permitted"
+        "Not permitted",
+        "Invalid argument",
+       "Is empty"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)