From 83d9a20d5add460cba13dcd0d767dbb7bd8c5916 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 23 Aug 2006 23:35:46 +0000 Subject: add new error code AVAHI_ERR_NO_CHANGE git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1266 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/dbus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-common/dbus.h') diff --git a/avahi-common/dbus.h b/avahi-common/dbus.h index 39718d1..f11eb17 100644 --- a/avahi-common/dbus.h +++ b/avahi-common/dbus.h @@ -108,6 +108,7 @@ Avahi 0.6.1 implements API version 0x0202 */ #define AVAHI_DBUS_ERR_NOT_PERMITTED "org.freedesktop.Avahi.NotPermittedError" #define AVAHI_DBUS_ERR_INVALID_ARGUMENT "org.freedesktop.Avahi.InvalidArgumentError" #define AVAHI_DBUS_ERR_IS_EMPTY "org.freedesktop.Avahi.IsEmptyError" +#define AVAHI_DBUS_ERR_NO_CHANGE "org.freedesktop.Avahi.NoChangeError" /** Convert a DBus error string into an Avahi error number */ int avahi_error_dbus_to_number(const char *s); -- cgit