Mercurial > dnsbl
comparison src/includes.h @ 382:c378e9d03f37
start parsing spf txt records
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 06 Mar 2017 12:21:05 -0800 |
parents | f7c5cfb76e86 |
children | 69d33c034a8e |
comparison
equal
deleted
inserted
replaced
381:879a470c6ac3 | 382:c378e9d03f37 |
---|---|
22 #include <regex.h> | 22 #include <regex.h> |
23 #include <string.h> | 23 #include <string.h> |
24 #include <stdlib.h> | 24 #include <stdlib.h> |
25 #include <stdio.h> | 25 #include <stdio.h> |
26 #include <string> | 26 #include <string> |
27 #include <stdint.h> | |
27 | 28 |
28 #include "tokenizer.h" | 29 #include "tokenizer.h" |
29 #include "context.h" | 30 #include "context.h" |
30 #include "dnsbl.h" | 31 #include "dnsbl.h" |
31 #include "scanner.h" | 32 #include "scanner.h" |