mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
13 lines
294 B
C
13 lines
294 B
C
#ifndef LIGHTNING_PLUGINS_PAY_POINT32_H
|
|
#define LIGHTNING_PLUGINS_PAY_POINT32_H
|
|
|
|
struct gossmap;
|
|
struct point32;
|
|
struct node_id;
|
|
|
|
void gossmap_guess_node_id(const struct gossmap *map,
|
|
const struct point32 *point32,
|
|
struct node_id *id);
|
|
|
|
#endif /* LIGHTNING_PLUGINS_PAY_POINT32_H */
|