pull selection and initialization of RDATA parser out of set_rdata

This commit is contained in:
Sven M. Hallberg 2013-01-17 00:50:15 +01:00
parent f0155d18d6
commit 588d534f32
3 changed files with 41 additions and 29 deletions

View file

@ -3,6 +3,8 @@
#include "../src/hammer.h"
const HParser* init_rdata(uint16_t type);
const HParser* init_cname();
const HParser* init_hinfo();
const HParser* init_mb();