summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-01-27 01:03:30 +0000
committerRoger Dingledine <arma@torproject.org>2008-01-27 01:03:30 +0000
commit6dfd2f531cc086d66611ec101298bf9b82ae4fed (patch)
tree04a11ca6ee23da8a1182e8fe8b89d842784912c4 /src/or/or.h
parent68cf666d04aebe8bb905bd79dfd61f82fda8731d (diff)
downloadtor-6dfd2f531cc086d66611ec101298bf9b82ae4fed.tar.gz
tor-6dfd2f531cc086d66611ec101298bf9b82ae4fed.zip
Revert r13301 and part of r13304. I guess nick's svk messed up.
svn:r13305
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 0 insertions, 4 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);