X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Frlist.h;h=0b88955f8d51e80f1d071d6428027189dc55b4c3;hb=6cc9575148671ed743b86687b0d7e1b876a99114;hp=57b258cd5330b00caae7bf42aaefcaa91755b9d3;hpb=159f71aced253cde858c047976308431dd1514ba;p=catta diff --git a/avahi-common/rlist.h b/avahi-common/rlist.h index 57b258c..0b88955 100644 --- a/avahi-common/rlist.h +++ b/avahi-common/rlist.h @@ -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