while we're at it, fix a cosmetic compiler warning on fedora and maybe others

svn:r2006
This commit is contained in:
Roger Dingledine
2004-07-04 06:22:45 +00:00
parent 97494739f6
commit c2847551fa
+1
View File
@@ -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);