diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-09-13 09:33:40 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-09-13 09:33:40 +0000 |
commit | cb353c2e238251ba8e2e5a0f35eac4d117254c3d (patch) | |
tree | 07df3c3d6bb8a5dda30aabfc0fd851d36ee59b02 /usr.bin/dig/dig.h | |
parent | f7034f3b899784eb0446d942568f6f9e18dc6787 (diff) |
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 |