diff options
| author | 2020-09-13 09:33:39 +0000 | |
|---|---|---|
| committer | 2020-09-13 09:33:39 +0000 | |
| commit | c49c5f059d65f913eef426d373aa7816ee25c9b1 (patch) | |
| tree | c6141d850e38ce3049dfba4adf9ec8056a8d7a81 /usr.bin/dig/dig.h | |
| parent | remove unused lex states (diff) | |
| download | wireguard-openbsd-c49c5f059d65f913eef426d373aa7816ee25c9b1.tar.xz wireguard-openbsd-c49c5f059d65f913eef426d373aa7816ee25c9b1.zip | |
Get rid of isc_parse_uint32() and replace it with strtonum.
While here use the standard strtonum error messages.
input & OK beck, OK kn
Diffstat (limited to 'usr.bin/dig/dig.h')
| -rw-r--r-- | usr.bin/dig/dig.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/dig/dig.h b/usr.bin/dig/dig.h index e47fdd9e563..6e19df3853f 100644 --- a/usr.bin/dig/dig.h +++ b/usr.bin/dig/dig.h @@ -298,14 +298,6 @@ void setup_system(isc_boolean_t ipv4only, isc_boolean_t ipv6only); isc_result_t -parse_uint(uint32_t *uip, const char *value, uint32_t max, - const char *desc); - -isc_result_t -parse_xint(uint32_t *uip, const char *value, uint32_t max, - const char *desc); - -isc_result_t parse_netprefix(isc_sockaddr_t **sap, const char *value); void |
