X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=announce.h;h=d645d6d28645c469301ff0fa4b4cb4bd7bfd9ff5;hb=1a6e9b01b1f9032c92fb9c17d4aa4348666b24ef;hp=50ba631f670f48e297edb32a82e0488f2831b5e4;hpb=788316ef66136e6a68d881e5b24ccf5a98fa4550;p=project%2Fmdnsd.git diff --git a/announce.h b/announce.h index 50ba631..d645d6d 100644 --- a/announce.h +++ b/announce.h @@ -14,8 +14,10 @@ #ifndef _ANNOUNCE_H__ #define _ANNOUNCE_H__ +struct interface; extern int announce_ttl; -extern struct uloop_fd *announce_fd; -extern void announce_init(struct uloop_fd *u); + +void announce_init(struct interface *iface); +void announce_free(struct interface *iface); #endif