mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
12 lines
302 B
C
12 lines
302 B
C
|
#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 */
|