mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
9 lines
247 B
C
9 lines
247 B
C
#ifndef LIGHTNING_LIGHTNINGD_HSM_CONTROL_H
|
|
#define LIGHTNING_LIGHTNINGD_HSM_CONTROL_H
|
|
#include "config.h"
|
|
#include <stdbool.h>
|
|
|
|
struct lightningd;
|
|
|
|
void hsm_init(struct lightningd *ld, bool newdir);
|
|
#endif /* LIGHTNING_LIGHTNINGD_HSM_CONTROL_H */
|