diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 11:58:23 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 11:58:23 +0200 |
commit | 9831e5916f6956377739f948869d377b091f5c92 (patch) | |
tree | 47fd922a6348067faa9a2441cbe480fe8bc6be75 /proto/bgp | |
parent | 598b984d1f04ea71fc04bc89f390f230a3960680 (diff) | |
download | bird-9831e5916f6956377739f948869d377b091f5c92.tar bird-9831e5916f6956377739f948869d377b091f5c92.zip |
Staticized lots of local functions.
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/bgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index 9258d14..cedd223 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -76,7 +76,7 @@ static void bgp_connect(struct bgp_proto *p); static void bgp_initiate(struct bgp_proto *p); static void bgp_setup_listen_sk(void); -void +static void bgp_close(struct bgp_proto *p UNUSED) { ASSERT(bgp_counter); |