From 6dfd2f531cc086d66611ec101298bf9b82ae4fed Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 27 Jan 2008 01:03:30 +0000 Subject: [PATCH] Revert r13301 and part of r13304. I guess nick's svk messed up. svn:r13305 --- src/or/or.h | 4 ---- src/or/rendclient.c | 2 +- src/or/rendservice.c | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/or/or.h b/src/or/or.h index 477d5e9501..d508a3241a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3030,10 +3030,6 @@ int dir_split_resource_into_fingerprints(const char *resource, char *directory_dump_request_log(void); int router_supports_extrainfo(const char *identity_digest, int is_authority); -void directory_post_to_hs_dir(smartlist_t *descs, const char *service_id, - int seconds_valid); -int directory_get_from_hs_dir(const char *desc_id, const char *query); - time_t download_status_increment_failure(download_status_t *dls, int status_code, const char *item, int server, time_t now); diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 9e4475821a..c8f6f43f04 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. */ -int +static 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 92806e8b05..2894702ee9 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. */ -void +static void directory_post_to_hs_dir(smartlist_t *descs, const char *service_id, int seconds_valid) { -- 2.11.4.GIT