Rename service_reply_a to dns_reply_a and move it to proper file
[project/mdnsd.git] / service.h
index 49c2aedb5067fd6b3a85ecd8c8a338925c041c7b..c2f51f4b6a236b046f2735cc12de779262966265 100644 (file)
--- a/service.h
+++ b/service.h
@@ -19,6 +19,5 @@ extern void service_cleanup(void);
 extern void service_announce(struct interface *iface, int ttl);
 extern void service_announce_services(struct interface *iface, const char *service, int ttl);
 extern void service_reply(struct interface *iface, const char *match, int ttl);
-extern void service_reply_a(struct interface *iface, int ttl);
 
 #endif