From: Nick Mathewson Date: Sat, 26 Jan 2008 22:03:13 +0000 (+0000) Subject: Fix compile with warnings enabled X-Git-Tag: tor-0.2.0.19-alpha~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad07366da59386cda14af478e83fd2cf5cb22cc4;p=thirdparty%2Ftor.git Fix compile with warnings enabled svn:r13301 --- diff --git a/src/or/rendclient.c b/src/or/rendclient.c index c8f6f43f04..9e4475821a 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -336,7 +336,7 @@ directory_clean_last_hid_serv_requests(void) * in the case that no hidden service directory is left to ask for the * descriptor, return 0, and in case of a failure -1. query is only * passed for pretty log statements. */ -static int +int directory_get_from_hs_dir(const char *desc_id, const char *query) { smartlist_t *responsible_dirs = smartlist_create(); diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 2894702ee9..92806e8b05 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -1034,7 +1034,7 @@ find_intro_circuit(rend_intro_point_t *intro, const char *pk_digest, * rend_encoded_v2_service_descriptor_t's in descs and upload them; * service_id and seconds_valid are only passed for logging * purposes. */ -static void +void directory_post_to_hs_dir(smartlist_t *descs, const char *service_id, int seconds_valid) {