From 263515cd1d7b52ce2ad3dc55a93b9d6f730133f1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Oct 2005 22:23:16 +0000 Subject: * move unicast DNS server registration/browsing routines to their own header dns-srv-rr.h * remove some unused functions * unexport some functions * other cleanups git-svn-id: file:///home/lennart/svn/public/avahi/trunk@803 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/entry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-core/entry.c') diff --git a/avahi-core/entry.c b/avahi-core/entry.c index f89d613..74f44f1 100644 --- a/avahi-core/entry.c +++ b/avahi-core/entry.c @@ -44,6 +44,7 @@ #include "browse.h" #include "log.h" #include "util.h" +#include "dns-srv-rr.h" void avahi_entry_free(AvahiServer*s, AvahiEntry *e) { AvahiEntry *t; -- cgit