mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-04 04:54:47 +01:00
10 lines
241 B
C
10 lines
241 B
C
|
#ifndef LIGHTNING_LIGHTNINGD_PING_H
|
||
|
#define LIGHTNING_LIGHTNINGD_PING_H
|
||
|
#include "config.h"
|
||
|
#include <ccan/short_types/short_types.h>
|
||
|
|
||
|
struct subd;
|
||
|
void ping_reply(struct subd *subd, const u8 *msg);
|
||
|
|
||
|
#endif /* LIGHTNING_LIGHTNINGD_PING_H */
|