From a653540edf61c4c3fc5c7541d30bb40f92088ec0 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Mon, 8 Aug 2005 18:20:03 +0000 Subject: * Add avahi-client to the doxygen run git-svn-id: file:///home/lennart/svn/public/avahi/trunk@277 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-client/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'avahi-client') 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 -- cgit