X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=announce.h;h=d645d6d28645c469301ff0fa4b4cb4bd7bfd9ff5;hp=efd06ffe4b43a0b1097be4b2de7fba54509d07f1;hb=c0c78c92d57c53276bb7f08468bcc716ba272497;hpb=70ec71015a42e6e4e04b0281b80ec80e5f5f959a diff --git a/announce.h b/announce.h index efd06ff..d645d6d 100644 --- a/announce.h +++ b/announce.h @@ -14,7 +14,10 @@ #ifndef _ANNOUNCE_H__ #define _ANNOUNCE_H__ +struct interface; extern int announce_ttl; -extern void announce_init(void); + +void announce_init(struct interface *iface); +void announce_free(struct interface *iface); #endif