aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-08-30 06:43:07 +0000
committerRoger Dingledine <arma@torproject.org>2005-08-30 06:43:07 +0000
commite9524f9d2d19369e2ab7736ffe9f4744dd73cb4a (patch)
tree4c43144106a992f25bb29c81ed1b952a83adb9ab /src/or/or.h
parenta8c0c51e0bb02ef63cf48107a6843c60b03a9d52 (diff)
downloadtor-e9524f9d2d19369e2ab7736ffe9f4744dd73cb4a.tar.gz
tor-e9524f9d2d19369e2ab7736ffe9f4744dd73cb4a.zip
refactor -- no actual changes
svn:r4885
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 31f3828172..6b07ffedcf 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1633,7 +1633,6 @@ char *dirserver_getinfo_unregistered(const char *question);
void dirserv_free_descriptors(void);
int list_server_status(smartlist_t *routers, char **router_status_out);
void dirserv_log_unreachable_servers(time_t now);
-void dirserv_router_has_begun_reachability_testing(char *digest, time_t now);
int dirserv_dump_directory_to_string(char **dir_out,
crypto_pk_env_t *private_key);
void directory_set_dirty(void);