From: Roger Dingledine Date: Mon, 10 May 2004 02:39:48 +0000 (+0000) Subject: remove an orphan function declaration X-Git-Tag: debian-version-0.0.6.2-1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a26265c3ccacef9ac8ff16cdf26a03652d5c891d;p=thirdparty%2Ftor.git remove an orphan function declaration svn:r1827 --- diff --git a/src/or/or.h b/src/or/or.h index f5e2475f49..a87f42879b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -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);