From d59e7d4e59eac2e2e2e1a3be5b04a8b316e7032f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 4 Aug 2005 15:13:34 +0000 Subject: * DBUS: add GetNetworkInterface{NameByIndex,IndexByName} and make everyone use it git-svn-id: file:///home/lennart/svn/public/avahi/trunk@232 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/dbus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-common') diff --git a/avahi-common/dbus.h b/avahi-common/dbus.h index 08f16f1..ddbd47a 100644 --- a/avahi-common/dbus.h +++ b/avahi-common/dbus.h @@ -38,6 +38,7 @@ AVAHI_C_DECL_BEGIN #define AVAHI_DBUS_ERROR_TOO_MANY_CLIENTS "org.freedesktop.Avahi.TooManyClientsError" #define AVAHI_DBUS_ERROR_TOO_MANY_OBJECTS "org.freedesktop.Avahi.TooManyObjectsError" #define AVAHI_DBUS_ERROR_TOO_MANY_ENTRIES "org.freedesktop.Avahi.TooManyEntriesError" +#define AVAHI_DBUS_ERROR_OS "org.freedesktop.Avahi.OSError" AVAHI_C_DECL_END -- cgit