From bf0db10cd964b708a77d2e1768500f57a1392023 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 5 Aug 2005 19:26:12 +0000 Subject: * Beef up simple protocol with error codes git-svn-id: file:///home/lennart/svn/public/avahi/trunk@239 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'avahi-core/core.h') 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 */ -- cgit