X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=service.h;h=67a425abbae4feca226ab55bce255f22094295e6;hp=b46b52108b12311054583d547177e09a9f7f11d4;hb=fd5a160a15c48a97f7fc755c1310f17c869f0233;hpb=0450f9bb07a6a8684a761b9005ec06b4ef959b4c diff --git a/service.h b/service.h index b46b521..67a425a 100644 --- a/service.h +++ b/service.h @@ -17,7 +17,7 @@ extern const char *sdudp; extern void service_init(int announce); extern void service_cleanup(void); -extern void service_reply(struct interface *iface, const char *match, int ttl); -extern void service_announce_services(struct interface *iface, int ttl); +extern void service_reply(struct interface *iface, struct sockaddr *to, const char *match, int ttl); +extern void service_announce_services(struct interface *iface, struct sockaddr *to, int ttl); #endif