Skip to content
Snippets Groups Projects
Commit d90cb350 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

provide a prototype for dnsworkers_rotate

svn:r1961
parent 8b455120
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment