From ad4dc7448257c229860206b078e02778bcb1b408 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 2 Nov 2004 03:02:17 +0000 Subject: Use a stricter set of warnings; make them all pass. svn:r2645 --- src/or/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/main.c') diff --git a/src/or/main.c b/src/or/main.c index 942e6cd330..c3e8c6c386 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1019,7 +1019,7 @@ static int network_init(void) /** Called by exit() as we shut down the process. */ -void exit_function(void) +static void exit_function(void) { /* XXX if we ever daemonize, this gets called immediately */ #ifdef MS_WINDOWS @@ -1096,7 +1096,7 @@ void tor_cleanup(void) { } /** Read/create keys as needed, and echo our fingerprint to stdout. */ -void do_list_fingerprint(void) +static void do_list_fingerprint(void) { char buf[FINGERPRINT_LEN+1]; crypto_pk_env_t *k; -- cgit v1.2.3-54-g00ecf