Browse Source
@renepickhardt: why is it actually lightningd.c with a d but hsm.c without d ? And delete unused gossipd/gossip.h. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>ppa-0.6.1
18 changed files with 13 additions and 25 deletions
@ -1,10 +0,0 @@ |
|||||
#ifndef LIGHTNING_CONNECTD_CONNECT_H |
|
||||
#define LIGHTNING_CONNECTD_CONNECT_H |
|
||||
#include "config.h" |
|
||||
|
|
||||
struct io_conn; |
|
||||
struct reaching; |
|
||||
|
|
||||
struct io_plan *connection_out(struct io_conn *conn, struct reaching *reach); |
|
||||
|
|
||||
#endif /* LIGHTNING_CONNECTD_CONNECT_H */ |
|
Loading…
Reference in new issue