macro cleanup

This commit is contained in:
hladu357 2024-06-06 14:42:37 +02:00
parent 5427571e88
commit 9ca2c35a90
1 changed files with 1 additions and 0 deletions

View File

@ -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;