X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=announce.h;h=d645d6d28645c469301ff0fa4b4cb4bd7bfd9ff5;hb=a5560f88bb2cddeef0ef11a12e7822b9c19a75a5;hp=efd06ffe4b43a0b1097be4b2de7fba54509d07f1;hpb=70ec71015a42e6e4e04b0281b80ec80e5f5f959a;p=project%2Fmdnsd.git 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