From bbd76b421a1975560084e50669db9cacd61d2b58 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 17 May 2000 19:27:51 +0000 Subject: rte_better implemented. --- proto/ospf/ospf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 13ce8fe..7214a00 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -349,6 +349,8 @@ static void ospf_dump(struct proto *p); static struct proto *ospf_init(struct proto_config *c); static void ospf_preconfig(struct protocol *p, struct config *c); static void ospf_postconfig(struct proto_config *c); +static int ospf_rte_better(struct rte *new, struct rte *old); + #include "proto/ospf/hello.h" #include "proto/ospf/packet.h" -- cgit v1.2.3