summaryrefslogtreecommitdiffstats
path: root/avahi-common/strlst.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/strlst.h')
-rw-r--r--avahi-common/strlst.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/avahi-common/strlst.h b/avahi-common/strlst.h
index 13a6b2a..1d9ef34 100644
--- a/avahi-common/strlst.h
+++ b/avahi-common/strlst.h
@@ -23,6 +23,9 @@
***/
#include <glib.h>
+#include <avahi-common/cdecl.h>
+
+AVAHI_C_DECL_BEGIN
/** Linked list of strings that can contain any number of binary
* characters, including NUL bytes. An empty list is created by
@@ -83,5 +86,7 @@ gboolean avahi_string_list_equal(const AvahiStringList *a, const AvahiStringList
/** Copy a string list */
AvahiStringList *avahi_string_list_copy(const AvahiStringList *l);
+AVAHI_C_DECL_END
+
#endif