#ifndef LIGHTNING_GOSSIPD_TOR_H #define LIGHTNING_GOSSIPD_TOR_H #include "config.h" #include struct addrinfo; struct wireaddr; struct io_conn; struct reaching; struct io_plan *io_tor_connect(struct io_conn *conn, const struct addrinfo *tor_proxyaddr, const struct wireaddr *addr, struct reaching *reach); #endif /* LIGHTNING_GOSSIPD_TOR_H */