mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
9 lines
188 B
C
9 lines
188 B
C
|
#ifndef LIGHTNING_WIRE_ONION_WIRE_H
|
||
|
#define LIGHTNING_WIRE_ONION_WIRE_H
|
||
|
#include "config.h"
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
#include <wire/onion_wiregen.h>
|
||
|
|
||
|
#endif /* LIGHTNING_WIRE_ONION_WIRE_H */
|