From: Roger Dingledine Date: Mon, 7 Jun 2004 20:00:30 +0000 (+0000) Subject: provide a prototype for dnsworkers_rotate X-Git-Tag: debian-version-0.0.7.1-1~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d90cb3504e7895f2f1f775c5b95c32c509eef2e5;p=thirdparty%2Ftor.git provide a prototype for dnsworkers_rotate svn:r1961 --- diff --git a/src/or/or.h b/src/or/or.h index e121266bd5..101b503be9 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);