summaryrefslogtreecommitdiff
path: root/ospfd/ospfd.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-12-03 19:07:00 +0300
committerDenis Ovsienko <infrastation@yandex.ru>2009-12-03 19:07:00 +0300
commit917e29954e652518326dbbdb90325a978ef69535 (patch)
treee3fe0929ed348060db1023ba500a9b33b58de275 /ospfd/ospfd.h
parenta50c107e3fbdaaea78a12a868a3865fd25136ad2 (diff)
ospfd: make local functions static
This code is only used one place and can be made local. Gcc is smart enough to inline local functions if it wants to. The function also has a big chunk of compatiablity code that is no longer used; since quagga is now in a version control system the source does not need to be used as a historical reference.
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r--ospfd/ospfd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h
index f81c682c..b24b3ced 100644
--- a/ospfd/ospfd.h
+++ b/ospfd/ospfd.h
@@ -558,7 +558,6 @@ extern struct ospf *ospf_lookup (void);
extern struct ospf *ospf_get (void);
extern void ospf_finish (struct ospf *);
extern void ospf_router_id_update (struct ospf *ospf);
-extern int ospf_network_match_iface (struct connected *, struct prefix *);
extern int ospf_network_set (struct ospf *, struct prefix_ipv4 *,
struct in_addr);
extern int ospf_network_unset (struct ospf *, struct prefix_ipv4 *,