X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-howl%2Fwarn.h;h=785dba481f588e051333c8d70fb00c72813ae41d;hb=b6a614b20d4df2ef40c7213a6c448341f3e20ac5;hp=13dbb3132f5a2baa0e56a82f940c9833b5e3509e;hpb=7badca4113bc8289755cd536593d8f3287aae9d5;p=catta diff --git a/avahi-compat-howl/warn.h b/avahi-compat-howl/warn.h index 13dbb31..785dba4 100644 --- a/avahi-compat-howl/warn.h +++ b/avahi-compat-howl/warn.h @@ -22,8 +22,13 @@ USA. ***/ +/* To avoid symbol name clashes when a process links to both our + * compatiblity layers, we move the symbols out of the way here */ + #define avahi_warn_unsupported avahi_warn_unsupported_HOWL #define avahi_warn_linkage avahi_warn_linkage_HOWL +#define avahi_warn avahi_warn_HOWL +#define avahi_exe_name avahi_exe_name_HOWL #include "../avahi-compat-libdns_sd/warn.h"