From 5c78c894717de19b045ff1c001321a300f97b5ad Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 11 Jan 2006 03:59:55 +0000 Subject: [PATCH] Appease verbose gcc warning: make dirserv_compute_stable_uptime() static. svn:r5792 --- src/or/dirserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 097dad7e7d..1ba051585c 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1288,7 +1288,7 @@ _compare_longs(const void **a, const void **b) /** Look through the routerlist, and assign the median uptime * of running verified servers to stable_uptime. */ -void +static void dirserv_compute_stable_uptime(routerlist_t *rl) { smartlist_t *uptimes = smartlist_create();