Skip to content

Commit

Permalink
remove #defines which are in defines.h
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Feb 22, 2005
1 parent a906f81 commit a85e0fa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,14 @@ typedef struct buildcidr_s buildcidr_t;
#define DEF_MIN_MASK 30 /* default min masklen */
#define DEF_RATIO 2.0 /* default auto ratio */

#define SERVER 1
#define CLIENT 0
#define UNKNOWN -1
#define ANY 2

#define DNS_QUERY_FLAG 0x8000


void add_tree(const unsigned long, const u_char *); /* done */
int check_ip_tree(const int, const unsigned long);
int process_tree();
void tree_calculate(data_tree_t *);
int tree_comp(tree_t *, tree_t *);


#endif

/*
Expand Down

0 comments on commit a85e0fa

Please sign in to comment.