From: Nick Mathewson Date: Tue, 22 Mar 2005 18:56:11 +0000 (+0000) Subject: Clear up a couple of pedantic compiler warnings X-Git-Tag: tor-0.1.0.1-rc~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d662bf773fd9b73c2698f9ddb2e473df180a8e9;p=thirdparty%2Ftor.git Clear up a couple of pedantic compiler warnings svn:r3812 --- diff --git a/src/or/main.c b/src/or/main.c index 812d8b64a2..dfa8ae6d00 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -585,7 +585,7 @@ void directory_all_unreachable(time_t now) { } } -INLINE int +static INLINE int get_dir_fetch_period(or_options_t *options) { if (options->DirFetchPeriod) @@ -599,7 +599,7 @@ get_dir_fetch_period(or_options_t *options) return 40*60; } -INLINE int +static INLINE int get_status_fetch_period(or_options_t *options) { if (options->StatusFetchPeriod)