mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 06:55:13 +01:00
7 lines
187 B
C
7 lines
187 B
C
#ifndef LIGHTNING_LIGHTNINGD_RUNES_H
|
|
#define LIGHTNING_LIGHTNINGD_RUNES_H
|
|
#include "config.h"
|
|
|
|
struct runes *runes_init(struct lightningd *ld);
|
|
|
|
#endif /* LIGHTNING_LIGHTNINGD_RUNES_H */
|