summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-05 19:26:12 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-05 19:26:12 +0000
commitbf0db10cd964b708a77d2e1768500f57a1392023 (patch)
tree891af2e46eb81ee1d9ca18d735fe49a5f52b0f59 /avahi-common
parent0632e854728e8e64552ae08f90852d4a2658539e (diff)
* Beef up simple protocol with error codes
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@239 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/dbus.h2
1 files changed, 2 insertions, 0 deletions
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