X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fcore.h;h=2951f6d34efc41f381a096e8f28bc4ce950ffb68;hb=ae5476c763ae89cdef130397439b6746883cb1b5;hp=1adf244e8a98a4e47349766db736969a2317e0a8;hpb=0632e854728e8e64552ae08f90852d4a2658539e;p=catta diff --git a/avahi-core/core.h b/avahi-core/core.h index 1adf244..2951f6d 100644 --- a/avahi-core/core.h +++ b/avahi-core/core.h @@ -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 */