X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=service.h;h=6aeea0f695dfffd51957b6aa7b7aa35ea696fc3a;hb=70ec71015a42e6e4e04b0281b80ec80e5f5f959a;hp=7dd0ff148153ca231a66b686a82e803aae7b4e71;hpb=f13f07d145515b80b6f7cc3e1b06dc262ded174d;p=project%2Fmdnsd.git diff --git a/service.h b/service.h index 7dd0ff1..6aeea0f 100644 --- a/service.h +++ b/service.h @@ -18,9 +18,9 @@ extern char *hostname; extern char *service_name(const char *domain); extern void service_init(void); extern void service_cleanup(void); -extern void service_announce(struct uloop_fd *u); -extern void service_announce_services(struct uloop_fd *u, const char *service); -extern void service_reply(struct uloop_fd *u, const char *match); -extern void service_reply_a(struct uloop_fd *u, int type); +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); #endif