From f98385a4074a0d90bbec89ea57652e3baf112568 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 8 Apr 2009 16:57:38 +0000 Subject: [PATCH] add a missing "static" to timeout_process. svn:r1145 --- event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event.c b/event.c index 6a81b54a..73fd4b87 100644 --- a/event.c +++ b/event.c @@ -1364,7 +1364,7 @@ timeout_correct(struct event_base *base, struct timeval *tv) EVBASE_RELEASE_LOCK(base, EVTHREAD_WRITE, th_base_lock); } -void +static void timeout_process(struct event_base *base) { struct timeval now; -- 2.40.0