X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=announce.h;h=d645d6d28645c469301ff0fa4b4cb4bd7bfd9ff5;hp=50ba631f670f48e297edb32a82e0488f2831b5e4;hb=431db651f04d18d2ee454e49d14806f08283f28c;hpb=788316ef66136e6a68d881e5b24ccf5a98fa4550 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