[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Appease verbose gcc warning: make dirserv_compute_stable_up...



Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv17038/src/or

Modified Files:
	dirserv.c 
Log Message:
Appease verbose gcc warning: make dirserv_compute_stable_uptime() static.

Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -p -d -r1.290 -r1.291
--- dirserv.c	10 Jan 2006 07:21:01 -0000	1.290
+++ dirserv.c	11 Jan 2006 03:59:55 -0000	1.291
@@ -1288,7 +1288,7 @@ _compare_longs(const void **a, const voi
 
 /** 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();