summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-15 15:53:46 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-15 15:53:46 +0000
commit799c3952af4b656dfe558ae3feaa8df139a2912d (patch)
treee8f55af053872903103b2d1ad20085741b66a91a /avahi-compat-howl
parentede7f75563fa76ab9b67048fc508a200326938ad (diff)
reflect changes made in HOWL compat layer version of warn.[hc]
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@770 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-compat-howl')
-rw-r--r--avahi-compat-howl/warn.h5
1 files changed, 5 insertions, 0 deletions
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"