From 9831e5916f6956377739f948869d377b091f5c92 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:58:23 +0000 Subject: Staticized lots of local functions. --- lib/slab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/slab.c b/lib/slab.c index c6a56f7..568f01a 100644 --- a/lib/slab.c +++ b/lib/slab.c @@ -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); -- cgit v1.2.3