summaryrefslogtreecommitdiffstats
path: root/src/detection/dns/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detection/dns/dns.h')
-rw-r--r--src/detection/dns/dns.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/detection/dns/dns.h b/src/detection/dns/dns.h
new file mode 100644
index 0000000..3653f62
--- /dev/null
+++ b/src/detection/dns/dns.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "fastfetch.h"
+#include "modules/dns/option.h"
+
+const char* ffDetectDNS(FFDNSOptions* options, FFlist* results /* list of FFstrbuf */);