diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-17 19:27:51 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-17 19:27:51 +0000 |
commit | bbd76b421a1975560084e50669db9cacd61d2b58 (patch) | |
tree | 5a3a3ab8230bbacd62e0b2b4c6d203a756bbde3b /proto/ospf/ospf.h | |
parent | 9f0d45d634ac38d54ed92c5726fbaed65850e15f (diff) |
rte_better implemented.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 13ce8fe0..7214a00d 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" |