ipaddr: rename to wireaddr.

In future it will have TOR support, so the name will be awkward.

We collect the to/fromwire functions in common/wireaddr.c, and the
parsing functions in lightningd/netaddress.c.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-10-23 14:47:38 +10:30
parent 4bd0352951
commit 78cd25d620
32 changed files with 220 additions and 193 deletions

View File

@@ -10,7 +10,6 @@
#define JSMN_STRICT 1
# include <external/jsmn/jsmn.h>
struct ipaddr;
struct json_result;
struct short_channel_id;