]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/irdp.h
Merge pull request #11146 from NicolasDichtel/master
[mirror_frr.git] / zebra / irdp.h
index c1ea34f3aa467e6d7a10ec9076a07bf67fd97b4d..19f549cc5b31efae21644a3c6fcc5a9103cb48c1 100644 (file)
@@ -144,10 +144,10 @@ struct Adv {
 extern void irdp_if_init(void);
 extern int irdp_sock_init(void);
 extern int irdp_config_write(struct vty *, struct interface *);
-extern int irdp_send_thread(struct thread *t_advert);
+extern void irdp_send_thread(struct thread *t_advert);
 extern void irdp_advert_off(struct interface *ifp);
 extern void process_solicit(struct interface *ifp);
-extern int irdp_read_raw(struct thread *r);
+extern void irdp_read_raw(struct thread *r);
 extern void send_packet(struct interface *ifp, struct stream *s, uint32_t dst,
                        struct prefix *p, uint32_t ttl);