mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 13:25:43 +01:00
0d46a3d6b0
@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>
11 lines
253 B
C
11 lines
253 B
C
#ifndef LIGHTNING_CONNECTD_CONNECTD_H
|
|
#define LIGHTNING_CONNECTD_CONNECTD_H
|
|
#include "config.h"
|
|
|
|
struct io_conn;
|
|
struct reaching;
|
|
|
|
struct io_plan *connection_out(struct io_conn *conn, struct reaching *reach);
|
|
|
|
#endif /* LIGHTNING_CONNECTD_CONNECTD_H */
|