1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

static declarations don't belong to includes. (And most of them were

redundant anyway.)
This commit is contained in:
Martin Mares
2004-05-31 20:53:22 +00:00
parent 7deffd845a
commit d83faf8dc4
2 changed files with 3 additions and 7 deletions

View File

@@ -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)
{