X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=service.h;h=8bc9ba9a56f36d845358755ae05d86c28ad53b22;hp=c2f51f4b6a236b046f2735cc12de779262966265;hb=1a6e9b01b1f9032c92fb9c17d4aa4348666b24ef;hpb=55a5d75b5c051c5828b0b6390726b8353f909b3c diff --git a/service.h b/service.h index c2f51f4..8bc9ba9 100644 --- a/service.h +++ b/service.h @@ -14,10 +14,10 @@ #ifndef _SERVICE_H__ #define _SERVICE_H__ +extern char *sdudp; extern void service_init(int announce); extern void service_cleanup(void); -extern void service_announce(struct interface *iface, int ttl); -extern void service_announce_services(struct interface *iface, const char *service, int ttl); extern void service_reply(struct interface *iface, const char *match, int ttl); +extern void service_announce_services(struct interface *iface, int ttl); #endif