remove an orphan function declaration

svn:r1827
This commit is contained in:
Roger Dingledine 2004-05-10 02:39:48 +00:00
parent 21e094a5d3
commit a26265c3cc

View File

@ -873,7 +873,6 @@ void client_dns_clean(void);
int connection_or_process_inbuf(connection_t *conn);
int connection_or_finished_flushing(connection_t *conn);
void connection_or_init_conn_from_router(connection_t *conn, routerinfo_t *router);
connection_t *connection_or_connect(routerinfo_t *router);
int connection_tls_start_handshake(connection_t *conn, int receiving);