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-common/dbus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avahi-common') diff --git a/avahi-common/dbus.h b/avahi-common/dbus.h index 64696d2..b21d1fd 100644 --- a/avahi-common/dbus.h +++ b/avahi-common/dbus.h @@ -51,6 +51,8 @@ AVAHI_C_DECL_BEGIN #define AVAHI_DBUS_ERR_TOO_MANY_OBJECTS "org.freedesktop.Avahi.TooManyObjectsError" #define AVAHI_DBUS_ERR_TOO_MANY_ENTRIES "org.freedesktop.Avahi.TooManyEntriesError" #define AVAHI_DBUS_ERR_OS "org.freedesktop.Avahi.OSError" +#define AVAHI_DBUS_ERR_ACCESS_DENIED DBUS_ERROR_ACCESS_DENIED +#define AVAHI_DBUS_ERR_INVALID_OPERATION "org.freedesktop.Avahi.InvalidOperationError" AVAHI_C_DECL_END -- cgit