diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:06:34 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:06:34 +0000 |
commit | bd51c20871bac7a49ea0adc443050f2894cfd5f3 (patch) | |
tree | c551994131aa8f3315a21aeaf4f9bc2a8b757e89 /util/data/msgparse.h | |
parent | 27c2fff0f2fef695b0599fc3931cacfc16376e88 (diff) |
Diffstat (limited to 'util/data/msgparse.h')
-rw-r--r-- | util/data/msgparse.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util/data/msgparse.h b/util/data/msgparse.h index cae988ff9950..594517b2db11 100644 --- a/util/data/msgparse.h +++ b/util/data/msgparse.h @@ -322,4 +322,13 @@ struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg, */ void msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset); +/** + * Log the edns options in the edns option list. + * @param level: the verbosity level. + * @param info_str: the informational string to be printed before the options. + * @param list: the edns option list. + */ +void log_edns_opt_list(enum verbosity_value level, const char* info_str, + struct edns_option* list); + #endif /* UTIL_DATA_MSGPARSE_H */ |