cache: cache rdata of SRV-records as well
[project/mdnsd.git] / announce.h
index efd06ffe4b43a0b1097be4b2de7fba54509d07f1..d645d6d28645c469301ff0fa4b4cb4bd7bfd9ff5 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