hammer/examples/dns_common.h

11 lines
183 B
C
Raw Normal View History

#ifndef HAMMER_DNS_COMMON__H
#define HAMMER_DNS_COMMON__H
#include "../src/hammer.h"
2013-01-16 15:05:04 +01:00
#include "glue.h"
2012-05-26 13:23:00 +02:00
const HParser* init_domain();
const HParser* init_character_string();
#endif