diff options
Diffstat (limited to 'src/regress/lib/libc/asr/bin/common.h')
-rw-r--r-- | src/regress/lib/libc/asr/bin/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/asr/bin/common.h b/src/regress/lib/libc/asr/bin/common.h index 87df4ae4a2..6a6b90a34f 100644 --- a/src/regress/lib/libc/asr/bin/common.h +++ b/src/regress/lib/libc/asr/bin/common.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: common.h,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ */ | 1 | /* $OpenBSD: common.h,v 1.2 2018/12/15 15:16:12 eric Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> | 3 | * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> |
4 | * | 4 | * |
@@ -41,6 +41,8 @@ const char *rcodetostr(uint16_t); | |||
41 | 41 | ||
42 | uint16_t strtotype(const char*); | 42 | uint16_t strtotype(const char*); |
43 | uint16_t strtoclass(const char*); | 43 | uint16_t strtoclass(const char*); |
44 | int strtoresopt(const char*); | ||
45 | void parseresopt(const char*); | ||
44 | 46 | ||
45 | void print_rrsetinfo(struct rrsetinfo *); | 47 | void print_rrsetinfo(struct rrsetinfo *); |
46 | void print_addrinfo(struct addrinfo *); | 48 | void print_addrinfo(struct addrinfo *); |