diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-08-04 15:13:34 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-08-04 15:13:34 +0000 |
commit | d59e7d4e59eac2e2e2e1a3be5b04a8b316e7032f (patch) | |
tree | de5e1b45e876a75e2b5e3116e7eb3cf87b64e7aa /avahi-common | |
parent | ac8bb3b76d3da60a46e7300876b5e229882c2166 (diff) |
* 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
Diffstat (limited to 'avahi-common')
-rw-r--r-- | avahi-common/dbus.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |