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 /lib | |
parent | 598b984d1f04ea71fc04bc89f390f230a3960680 (diff) | |
download | bird-9831e5916f6956377739f948869d377b091f5c92.tar bird-9831e5916f6956377739f948869d377b091f5c92.zip |
Staticized lots of local functions.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ sl_new(pool *p, unsigned size) return s; } -struct sl_head * +static struct sl_head * sl_new_head(slab *s) { struct sl_head *h = xmalloc(SLAB_SIZE); |