X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=service.h;h=cc49abe23424d4f58ec8d907a7ed37f028523244;hb=4aef44b51650d62cd35964b75f9157389c538527;hp=734e711979413b5405944d342a0ca40023b2b6fc;hpb=444987db98c88dfef6b3965051bf2aba6114aaa2;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