DNS, refactored and compiling. Needs struct-building action written still.

This commit is contained in:
Meredith L. Patterson 2012-05-24 18:44:48 +02:00
parent 40be28fb7e
commit 4226d67c26
7 changed files with 354 additions and 69 deletions

9
examples/dns_common.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef HAMMER_DNS_COMMON__H
#define HAMMER_DNS_COMMON__H
#include "../src/hammer.h"
const parser_t* init_domain();
const parser_t* init_character_string();
#endif