X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-client%2Fclient.h;h=e0af11062f58b93d960237b3cc099528e389cba4;hb=707e763398063186c20d8aba3abdef20e3d39253;hp=0fb6419b52f45e6c02c731f319baf9f22f14fdb1;hpb=7540df5ed6b383ec93f5a4f10ab2d08f9b9869e4;p=catta diff --git a/avahi-client/client.h b/avahi-client/client.h index 0fb6419..e0af110 100644 --- a/avahi-client/client.h +++ b/avahi-client/client.h @@ -26,7 +26,9 @@ /** \file client.h Definitions and functions for the client API over D-Bus */ +#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN +#endif typedef struct _AvahiClient AvahiClient; @@ -47,6 +49,8 @@ char* avahi_client_get_domain_name (AvahiClient*); /** Get FQDN domain name */ char* avahi_client_get_host_name_fqdn (AvahiClient*); +#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END +#endif #endif