diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-30 06:43:07 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-30 06:43:07 +0000 |
commit | e9524f9d2d19369e2ab7736ffe9f4744dd73cb4a (patch) | |
tree | 4c43144106a992f25bb29c81ed1b952a83adb9ab /src/or/or.h | |
parent | a8c0c51e0bb02ef63cf48107a6843c60b03a9d52 (diff) | |
download | tor-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.h | 1 |
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); |