pupdns/include/dns_request.h

7 lines
98 B
C

#pragma once
#include "dns_packets.h"
struct DNSRequest {
struct DNSPacketHeader header;
};