From 00c1f79a79281c16beec132d945db480daca958d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 17 May 2000 20:01:25 +0000 Subject: rte_same implemented. --- proto/ospf/ospf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 7214a00..8645e71 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -350,6 +350,7 @@ 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); +static int ospf_rte_same(struct rte *new, struct rte *old); #include "proto/ospf/hello.h" -- cgit v1.2.3