noip.c: Replace `WANT_...' constants with flags for `encode_inet_addr'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 18:40:29 +0000 (19:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 19:13:05 +0000 (20:13 +0100)
commit4b9d1fad7ef3fd63ec8ee64ad14789a6e5285031
tree69e36af8da645ccab9e622d8ce907b8b94ca7a4b
parentd0e289af1d226fbe3bb74f047c17bc5cb4026c6c
noip.c: Replace `WANT_...' constants with flags for `encode_inet_addr'.

I originally expected that I'd want to add some more flags here, but it
turned out that I was mistaken.  I think this is better anyway, and I
intend to continue this pattern elsewhere.

No functional change.
noip.c