]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove an orphan function declaration
authorRoger Dingledine <arma@torproject.org>
Mon, 10 May 2004 02:39:48 +0000 (02:39 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 10 May 2004 02:39:48 +0000 (02:39 +0000)
svn:r1827

src/or/or.h

index f5e2475f49e0462fcb2a08bccb91a3aaba3bbc2d..a87f42879b2defd41d93b5e9f8d539c3089583d8 100644 (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);