]> git.meshlink.io Git - catta/blobdiff - avahi-common/llist.h
fix doxygen comment for AvahiPoll
[catta] / avahi-common / llist.h
index 05a9d525d38f19c4f7018a612785965863a9b334..37474e1883868fedb86ffb3319760ce71cfd6890 100644 (file)
@@ -26,9 +26,9 @@
 
 #include <assert.h>
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
+#include <avahi-common/cdecl.h>
+
 AVAHI_C_DECL_BEGIN
-#endif
 
 /** The head of the linked list. Use this in the structure that shall
  * contain the head of the linked list */
@@ -72,9 +72,6 @@ AVAHI_C_DECL_BEGIN
                                     _item->name##_next = _item->name##_prev = NULL; \
                                     } while(0)
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_END
-#endif
-
 
 #endif