aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-06-07 20:00:30 +0000
committerRoger Dingledine <arma@torproject.org>2004-06-07 20:00:30 +0000
commitd90cb3504e7895f2f1f775c5b95c32c509eef2e5 (patch)
tree863c2e64708f776b3d103b653fd940cbf84d428a
parent8b455120b7001443f2c565a03b847ca78dcdf115 (diff)
downloadtor-d90cb3504e7895f2f1f775c5b95c32c509eef2e5.tar
tor-d90cb3504e7895f2f1f775c5b95c32c509eef2e5.tar.gz
provide a prototype for dnsworkers_rotate
svn:r1961
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index e121266bd..101b503be 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1115,6 +1115,7 @@ void dirserv_remove_old_servers(void);
void dns_init(void);
int connection_dns_finished_flushing(connection_t *conn);
int connection_dns_process_inbuf(connection_t *conn);
+void dnsworkers_rotate(void);
void connection_dns_remove(connection_t *conn);
void assert_connection_edge_not_dns_pending(connection_t *conn);
void assert_all_pending_dns_resolves_ok(void);