summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/asr/bin/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/asr/bin/common.h')
-rw-r--r--src/regress/lib/libc/asr/bin/common.h4
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
42uint16_t strtotype(const char*); 42uint16_t strtotype(const char*);
43uint16_t strtoclass(const char*); 43uint16_t strtoclass(const char*);
44int strtoresopt(const char*);
45void parseresopt(const char*);
44 46
45void print_rrsetinfo(struct rrsetinfo *); 47void print_rrsetinfo(struct rrsetinfo *);
46void print_addrinfo(struct addrinfo *); 48void print_addrinfo(struct addrinfo *);