niftynei
4 years ago
committed by
Rusty Russell
3 changed files with 1051 additions and 0 deletions
File diff suppressed because it is too large
@ -0,0 +1,11 @@ |
|||
#ifndef LIGHTNING_LIGHTNINGD_DUAL_OPEN_CONTROL_H |
|||
#define LIGHTNING_LIGHTNINGD_DUAL_OPEN_CONTROL_H |
|||
|
|||
#include "config.h" |
|||
|
|||
struct per_peer_state; |
|||
|
|||
void peer_start_dualopend(struct peer *peer, |
|||
struct per_peer_state *pps, |
|||
const u8 *send_msg); |
|||
#endif /* LIGHTNING_LIGHTNINGD_DUAL_OPEN_CONTROL_H */ |
Loading…
Reference in new issue