diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 09:58:23 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 09:58:23 +0000 |
commit | 9831e5916f6956377739f948869d377b091f5c92 (patch) | |
tree | 47fd922a6348067faa9a2441cbe480fe8bc6be75 /proto/ospf/dbdes.c | |
parent | 598b984d1f04ea71fc04bc89f390f230a3960680 (diff) |
Staticized lots of local functions.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r-- | proto/ospf/dbdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index bd78750c..5b455448 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -147,7 +147,7 @@ ospf_dbdes_send(struct ospf_neighbor *n) } } -void +static void ospf_dbdes_reqladd(struct ospf_dbdes_packet *ps, struct ospf_neighbor *n) { struct ospf_lsa_header *plsa, lsa; |