mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-09 23:27:17 +01:00
10 lines
243 B
C
10 lines
243 B
C
|
#ifndef LIGHTNING_LIGHTNINGD_GOSSIP_CONTROL_H
|
||
|
#define LIGHTNING_LIGHTNINGD_GOSSIP_CONTROL_H
|
||
|
#include "config.h"
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
struct lightningd;
|
||
|
|
||
|
void gossip_init(struct lightningd *ld);
|
||
|
#endif /* LIGHTNING_LIGHTNINGD_HSM_CONTROL_H */
|