Make lib/dns/dnstap.pb-c.h private header

This changes dns_dtdata struct to not expose data types from dnstap.pb-c.h to
prevent the need for including this header where not really needed.
This commit is contained in:
Ondřej Surý
2019-03-22 10:36:25 +01:00
parent d0cda3dc83
commit 8ccce7e24b
8 changed files with 14 additions and 17 deletions

View File

@@ -36,7 +36,7 @@
#include "dnstest.h"
#ifdef HAVE_DNSTAP
#include <dns/dnstap.pb-c.h>
#include <protobuf-c/protobuf-c.h>
#define TAPFILE "testdata/dnstap/dnstap.file"