macro cleanup
This commit is contained in:
parent
5427571e88
commit
9ca2c35a90
|
@ -13,6 +13,7 @@ union ipv6 {
|
||||||
|
|
||||||
#define VALID_RULE 1
|
#define VALID_RULE 1
|
||||||
#define INVALID_RULE 0
|
#define INVALID_RULE 0
|
||||||
|
#define RULE_NOT_FOUND -1
|
||||||
|
|
||||||
struct trie_node {
|
struct trie_node {
|
||||||
struct trie_node* _l;
|
struct trie_node* _l;
|
||||||
|
|
Loading…
Reference in New Issue