From acf41993d4d699ff12238e943d7112dfdd5ace12 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 29 Jul 2020 08:21:59 +0300 Subject: Makefile & little upgrades. --- dns.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dns.h') diff --git a/dns.h b/dns.h index 788618d..208dda0 100644 --- a/dns.h +++ b/dns.h @@ -1,12 +1,12 @@ -#ifndef DNS_INCLUDED -#define DNS_INCLUDED +#ifndef NEWBIEDNS_INCLUDED +#define NEWBIEDNS_INCLUDED enum { /* Some of DNS types: */ - dns_type_a = 1, + dns_type_a = 1, dns_type_cname = 5, - dns_type_mx = 15, - dns_type_txt = 16 + dns_type_mx = 15, + dns_type_txt = 16 }; struct dns_answers { -- cgit v1.2.3