From 3ccea6ee865ecd08265da4b047bdf5ae45844e33 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 12 Oct 1999 19:14:49 +0000 Subject: [PATCH] Say that we should quote owner in master file format. --- src/adns.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/adns.h b/src/adns.h index aec2047..7993c8f 100644 --- a/src/adns.h +++ b/src/adns.h @@ -456,6 +456,8 @@ int adns_submit(adns_state ads, void *context, adns_query *query_r); +/* The owner should be quoted in master file format. */ + int adns_check(adns_state ads, adns_query *query_io, adns_answer **answer_r, @@ -737,7 +739,6 @@ adns_status adns_rr_info(adns_rrtype type, int *len_r, const void *datap, char **data_r); /* - * Get information about a query type, or convert reply data to a * textual form. type must be specified, and the official name of the * corresponding RR type will be returned in *rrtname_r, and -- 2.30.2