X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fstrlst.h;h=01a2c41f812a250d59378f8046f5ac97b83a84ee;hb=99ad32213bca66d3350de6bbb0ef69102eb2fd7b;hp=13a6b2a7bd30c58f0252fe4f0d3facc98ac3e301;hpb=ff4a54d9cda0146974fab1d4f8da52e26d252eed;p=catta diff --git a/avahi-common/strlst.h b/avahi-common/strlst.h index 13a6b2a..01a2c41 100644 --- a/avahi-common/strlst.h +++ b/avahi-common/strlst.h @@ -23,6 +23,11 @@ ***/ #include +#include + +/** \file strlst.h Implementation of a data type to store lists of strings */ + +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 +88,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