add goodbye messages when service disappear
[project/mdnsd.git] / service.h
index 734e711..cc49abe 100644 (file)
--- a/service.h
+++ b/service.h
@@ -18,7 +18,7 @@ extern void service_init(void);
 extern void service_cleanup(void);
 extern void service_announce(struct interface *iface);
 extern void service_announce_services(struct interface *iface, const char *service);
-extern void service_reply(struct interface *iface, const char *match);
-extern void service_reply_a(struct interface *iface, int type);
+extern void service_reply(struct interface *iface, const char *match, int ttl);
+extern void service_reply_a(struct interface *iface, int type, int ttl);
 
 #endif