X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=service.h;fp=service.h;h=db8f374256f445603bcbead6f8bdf62d726db6bc;hp=086a0afb7c1d4ee6c806bf4faff1439d57d36754;hb=26ce7dca8085d34e6c3910680da51695f3508eec;hpb=920c62a794290deb962fff5d8b0c42009740e15e diff --git a/service.h b/service.h index 086a0af..db8f374 100644 --- a/service.h +++ b/service.h @@ -16,7 +16,7 @@ extern void service_init(int announce); extern void service_cleanup(void); -extern void service_reply(struct interface *iface, struct sockaddr *to, const char *match, int ttl); +extern void service_reply(struct interface *iface, struct sockaddr *to, const char *instance, const char *service_domain, int ttl); extern void service_announce_services(struct interface *iface, struct sockaddr *to, int ttl); #endif