X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=avahi-client%2Fclient.h;h=91f5af5825779b54087e88b381ad4787156f1b8e;hb=368ed1a2a0d95964b3f88c70c9a8c5516367f3f7;hp=a33f1d2cdde68abab7e4c2e4ef0fae098196762c;hpb=ec9c575fb8d6d9ee2f929ad6cd70177e35ba9cd3;p=catta diff --git a/avahi-client/client.h b/avahi-client/client.h index a33f1d2..91f5af5 100644 --- a/avahi-client/client.h +++ b/avahi-client/client.h @@ -22,12 +22,19 @@ USA. ***/ -#include +#include -typedef struct AvahiClient { - gint serverid; +/** \file client.h Definitions and functions for the client API over D-Bus */ + +AVAHI_C_DECL_BEGIN + +typedef struct { + int serverid; } AvahiClient; +/** Creates a new client instance */ AvahiClient* avahi_client_new (); +AVAHI_C_DECL_END + #endif