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

Staticized lots of local functions.

This commit is contained in:
Martin Mares
2004-06-05 09:58:23 +00:00
parent 598b984d1f
commit 9831e5916f
9 changed files with 15 additions and 16 deletions

View File

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