X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-client%2Fclient.h;fp=avahi-client%2Fclient.h;h=4f2250b9bd34d8e6b8a38a7994e9e59b966b607b;hb=6efe2615e04c6ef664fa9d49b013e261ba1e6e66;hp=ffcc8d747ad5c71088f00fbbc5ff3acd0e97f43f;hpb=c3575017e2137ef664e4735bd6f9ff1209653ef3;p=catta diff --git a/avahi-client/client.h b/avahi-client/client.h index ffcc8d7..4f2250b 100644 --- a/avahi-client/client.h +++ b/avahi-client/client.h @@ -36,9 +36,7 @@ /** \example glib-integration.c Example of how to integrate * avahi use with GLIB/GTK applications */ -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN -#endif /** A connection context */ typedef struct AvahiClient AvahiClient; @@ -83,8 +81,6 @@ int avahi_client_errno (AvahiClient*); /** Return the local service cookie. returns AVAHI_SERVICE_COOKIE_INVALID on failure. */ uint32_t avahi_client_get_local_service_cookie(AvahiClient *client); -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END -#endif #endif