X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=service.h;fp=service.h;h=cc49abe23424d4f58ec8d907a7ed37f028523244;hb=9091a2b0fa7f91be6d0d4b03ec8d7ef8cbe1e559;hp=734e711979413b5405944d342a0ca40023b2b6fc;hpb=c3d01050c03f07d9d6e45747ce6688d9c22d9780;p=project%2Fmdnsd.git diff --git a/service.h b/service.h index 734e711..cc49abe 100644 --- 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