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

@@ -541,7 +541,7 @@ krt_set_notify(struct krt_proto *p, net *n UNUSED, rte *new, rte *old)
}
}
struct iface *
static struct iface *
krt_temp_iface(struct krt_proto *p, unsigned index)
{
struct iface *i, *j;