mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
4bd0352951
Most of the code is from bitcoind, to handle the weird different non-public IP ranges. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
10 lines
218 B
C
10 lines
218 B
C
#ifndef LIGHTNING_LIGHTNINGD_NETADDRESS_H
|
|
#define LIGHTNING_LIGHTNINGD_NETADDRESS_H
|
|
#include "config.h"
|
|
|
|
struct lightningd;
|
|
|
|
void guess_addresses(struct lightningd *ld);
|
|
|
|
#endif /* LIGHTNING_LIGHTNINGD_NETADDRESS_H */
|