mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
11 lines
295 B
C
11 lines
295 B
C
|
#ifndef LIGHTNING_CHANNELD_CHANNELD_H
|
||
|
#define LIGHTNING_CHANNELD_CHANNELD_H
|
||
|
#include "config.h"
|
||
|
#include <ccan/short_types/short_types.h>
|
||
|
#include <ccan/take/take.h>
|
||
|
#include <ccan/tal/tal.h>
|
||
|
|
||
|
const u8 *hsm_req(const tal_t *ctx, const u8 *req TAKES);
|
||
|
|
||
|
#endif /* LIGHTNING_CHANNELD_CHANNELD_H */
|