0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Insert/remove hooks return void, not int.

This commit is contained in:
Martin Mares 1998-10-20 15:17:38 +00:00
parent a0762910a6
commit acc62f5e1d

View File

@ -70,8 +70,8 @@ struct proto {
int (*rta_same)(struct rtattr *, struct rtattr *);
int (*rte_better)(struct rte *, struct rte *);
int (*rte_insert)(struct network *, struct rte *);
int (*rte_remove)(struct network *, struct rte *);
void (*rte_insert)(struct network *, struct rte *);
void (*rte_remove)(struct network *, struct rte *);
/* Reconfigure function? */
/* Interface patterns */