move glue.[ch] into the library proper

This commit is contained in:
Sven M. Hallberg 2013-02-17 15:24:13 +01:00
parent ee78ea0e9f
commit 195e50a7f1
5 changed files with 4 additions and 424 deletions

View file

@ -2,7 +2,7 @@
#define HAMMER_DNS_COMMON__H
#include "../src/hammer.h"
#include "glue.h"
#include "../src/glue.h"
const HParser* init_domain();
const HParser* init_character_string();