X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-client%2Fclient.h;h=e0af11062f58b93d960237b3cc099528e389cba4;hb=707e763398063186c20d8aba3abdef20e3d39253;hp=5b0e9109aecdb415573fda6f2238806128f6d29d;hpb=98d4644e8f9445fa4cf7395b05a9f860b8f3cb9c;p=catta diff --git a/avahi-client/client.h b/avahi-client/client.h index 5b0e910..e0af110 100644 --- a/avahi-client/client.h +++ b/avahi-client/client.h @@ -1,7 +1,7 @@ #ifndef fooclienthfoo #define fooclienthfoo -/* $Id: core.h 98 2005-06-04 18:56:52Z lathiat $ */ +/* $Id$ */ /*** This file is part of avahi. @@ -26,14 +26,13 @@ /** \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 _AvahiClientPriv AvahiClientPriv; +typedef struct _AvahiClient AvahiClient; -typedef struct _AvahiClient { - int serverid; - AvahiClientPriv *priv; -} AvahiClient; +typedef struct _AvahiEntryGroup AvahiEntryGroup; /** Creates a new client instance */ AvahiClient* avahi_client_new (); @@ -50,12 +49,8 @@ char* avahi_client_get_domain_name (AvahiClient*); /** Get FQDN domain name */ char* avahi_client_get_host_name_fqdn (AvahiClient*); -/** Get alternative host name for a host name that is taken */ -char* avahi_client_get_alternative_host_name (AvahiClient*, char*); - -/** Get alternative service name for a service name that is taken */ -char* avahi_client_get_alternative_service_name (AvahiClient*, char*); - +#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END +#endif #endif