X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=inline;f=avahi-common%2Fdbus.h;h=cb7ba1912989833ad5c61195f83d067299e2f636;hb=c1d9b9cffd6f756339c1d98a2d2914d49195cb41;hp=5f2acffae075ebd60b48ac71da10ba322f15493f;hpb=fa8febc102b08ad9c5ff4732dfa5dbfda7361874;p=catta diff --git a/avahi-common/dbus.h b/avahi-common/dbus.h index 5f2acff..cb7ba19 100644 --- a/avahi-common/dbus.h +++ b/avahi-common/dbus.h @@ -74,6 +74,7 @@ AVAHI_C_DECL_BEGIN #define AVAHI_DBUS_ERR_NOT_FOUND "org.freedesktop.Avahi.NotFoundError" #define AVAHI_DBUS_ERR_INVALID_CONFIG "org.freedesktop.Avahi.InvalidConfigurationError" #define AVAHI_DBUS_ERR_VERSION_MISMATCH "org.freedesktop.Avahi.VersionMismatchError" +#define AVAHI_DBUS_ERR_INVALID_SERVICE_SUBTYPE "org.freedesktop.Avahi.InvalidServiceSubtypeError" /** Convert a DBus error string into an Avahi error number */ int avahi_error_dbus_to_number(const char *s);