]> git.meshlink.io Git - catta/blobdiff - avahi-core/core.h
add man page for avahi-daemon.conf
[catta] / avahi-core / core.h
index 1adf244e8a98a4e47349766db736969a2317e0a8..2951f6d34efc41f381a096e8f28bc4ce950ffb68 100644 (file)
@@ -83,7 +83,8 @@ enum {
     AVAHI_ERR_TOO_MANY_ENTRIES = -18,      /**< Too many entries */
     AVAHI_ERR_OS = -19,                    /**< OS error */
     AVAHI_ERR_ACCESS_DENIED = -20,         /**< Access denied */
-    AVAHI_ERR_MAX = -21
+    AVAHI_ERR_INVALID_OPERATION = -21,     /**< Invalid operation */
+    AVAHI_ERR_MAX = -22
 };
 
 /** States of a server object */