summaryrefslogtreecommitdiffstats
path: root/avahi-client/client-test.c
blob: 72a8e65530a52fa50de3b68dc928c2554cf12b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <avahi-client/client.h>

int
main (int argc, char *argv[])
{
	AvahiClient *avahi;

	avahi = avahi_client_new ();

	g_message ("Got server ID %d", avahi->serverid);
}