From 987422333c6bf4871e97fd14e80c6fe6b937af6c Mon Sep 17 00:00:00 2001 From: eric <> Date: Sat, 15 Dec 2018 15:16:12 +0000 Subject: add a -R option to set/unset resolver flags. use strcasecmp for reading args. --- src/regress/lib/libc/asr/bin/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libc/asr/bin/common.h') 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 @@ -/* $OpenBSD: common.h,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ */ +/* $OpenBSD: common.h,v 1.2 2018/12/15 15:16:12 eric Exp $ */ /* * Copyright (c) 2012 Eric Faurot * @@ -41,6 +41,8 @@ const char *rcodetostr(uint16_t); uint16_t strtotype(const char*); uint16_t strtoclass(const char*); +int strtoresopt(const char*); +void parseresopt(const char*); void print_rrsetinfo(struct rrsetinfo *); void print_addrinfo(struct addrinfo *); -- cgit v1.2.3-55-g6feb