From d83faf8dc441259183d87c6669e76e4addc61b21 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 May 2004 20:53:22 +0000 Subject: static declarations don't belong to includes. (And most of them were redundant anyway.) --- proto/ospf/ospf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/ospf/ospf.c') 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) { -- cgit v1.2.3