rename mdns_add_records to cache_dump_records and move it to cache.c
[project/mdnsd.git] / announce.h
index efd06ff..d645d6d 100644 (file)
 #ifndef _ANNOUNCE_H__
 #define _ANNOUNCE_H__
 
+struct interface;
 extern int announce_ttl;
-extern void announce_init(void);
+
+void announce_init(struct interface *iface);
+void announce_free(struct interface *iface);
 
 #endif