don't add _t type suffix inside H_ macros
This commit is contained in:
parent
ac3ad6d690
commit
4f1e9ad22d
3 changed files with 37 additions and 37 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#include "../src/hammer.h"
|
||||
|
||||
enum DNSTokenType_ {
|
||||
TT_dns_message = TT_USER,
|
||||
TT_dns_header,
|
||||
TT_dns_label,
|
||||
TT_dns_qname,
|
||||
TT_dns_question,
|
||||
TT_dns_rr,
|
||||
TT_dns_domain
|
||||
TT_dns_message_t = TT_USER,
|
||||
TT_dns_header_t,
|
||||
TT_dns_label_t,
|
||||
TT_dns_qname_t,
|
||||
TT_dns_question_t,
|
||||
TT_dns_rr_t,
|
||||
TT_dns_domain_t
|
||||
};
|
||||
|
||||
typedef struct dns_header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue