summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-06-05 11:58:23 +0200
committerMartin Mares <mj@ucw.cz>2004-06-05 11:58:23 +0200
commit9831e5916f6956377739f948869d377b091f5c92 (patch)
tree47fd922a6348067faa9a2441cbe480fe8bc6be75 /proto/bgp/bgp.c
parent598b984d1f04ea71fc04bc89f390f230a3960680 (diff)
downloadbird-9831e5916f6956377739f948869d377b091f5c92.tar
bird-9831e5916f6956377739f948869d377b091f5c92.zip
Staticized lots of local functions.
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r--proto/bgp/bgp.c2
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);