8 lines
123 B
C
8 lines
123 B
C
#ifndef HAMMER_DNS_RR__H
|
|
#define HAMMER_DNS_RR__H
|
|
|
|
#include "../src/hammer.h"
|
|
|
|
HParser* init_rdata(uint16_t type);
|
|
|
|
#endif
|