support for disk without partition table
[oweals/mountd.git] / timer.c
diff --git a/timer.c b/timer.c
index f6901f7db8b9abb1559f46971e2d8df945aaa45e..b3adff4b50b53ad68130caad36d633a5d449d9e2 100644 (file)
--- a/timer.c
+++ b/timer.c
@@ -34,7 +34,7 @@ void timer_add(timercb_t timercb, int timeout)
        list_add(&timer->list, &timers);
 }
 
-void timer_proc(int signo)
+static void timer_proc(int signo)
 {
        struct list_head *p;
        list_for_each(p, &timers)