aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-03-29 16:37:50 -0400
committerRoger Dingledine <arma@torproject.org>2012-03-29 16:37:50 -0400
commit5cb82e44d185fff4586ca2b92039e5686b9e753b (patch)
tree32f5c5759511ec9b57529fa1be3dd44e18deb833 /src/or/dirserv.h
parent20eb38a588313bba2fd35c32dc0e1c63ef4b8497 (diff)
downloadtor-5cb82e44d185fff4586ca2b92039e5686b9e753b.tar
tor-5cb82e44d185fff4586ca2b92039e5686b9e753b.tar.gz
simplify further
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r--src/or/dirserv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h
index 6a86b944e..fc48e489e 100644
--- a/src/or/dirserv.h
+++ b/src/or/dirserv.h
@@ -108,8 +108,7 @@ int dirserv_get_routerdescs(smartlist_t *descs_out, const char *key,
const char **msg);
void dirserv_orconn_tls_done(const char *address,
uint16_t or_port,
- const char *digest_rcvd,
- int as_advertised);
+ const char *digest_rcvd);
int dirserv_should_launch_reachability_test(const routerinfo_t *ri,
const routerinfo_t *ri_old);
void dirserv_single_reachability_test(time_t now, routerinfo_t *router);