]> git.meshlink.io Git - catta/blobdiff - avahi-common/rlist.h
* remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen macro...
[catta] / avahi-common / rlist.h
index 57b258cd5330b00caae7bf42aaefcaa91755b9d3..0b88955f8d51e80f1d071d6428027189dc55b4c3 100644 (file)
@@ -26,9 +26,7 @@
 
 #include "llist.h"
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_BEGIN
-#endif
 
 /** A doubly linked list type */
 typedef struct AvahiRList AvahiRList;
@@ -48,8 +46,6 @@ AvahiRList* avahi_rlist_remove(AvahiRList *r, void *data);
 /** Remove the specified item from the list and return the new beginning */
 AvahiRList* avahi_rlist_remove_by_link(AvahiRList *r, AvahiRList *n);
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_END
-#endif
 
 #endif