diff options
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 8229d09..9626ab8 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -70,6 +70,9 @@ #include "ospf.h" +static int ospf_rte_better(struct rte *new, struct rte *old); +static int ospf_rte_same(struct rte *new, struct rte *old); + static int ospf_start(struct proto *p) { |