mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
provide a prototype for dnsworkers_rotate
svn:r1961
This commit is contained in:
parent
8b455120b7
commit
d90cb3504e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user