1 /* bits-tree-rules.h - declarations for unicode bitset trees
2  *
3  ****************************************************************
4  * Copyright (C) 2000 Tom Lord
5  *
6  * See the file "COPYING" for further information about
7  * the copyright and warranty status of this work.
8  */
9 
10 #ifndef INCLUDE__RX__BITS_TREE_RULES_H
11 #define INCLUDE__RX__BITS_TREE_RULES_H
12 
13 
14 
15 #include "hackerlab/bitsets/uni-bits.h"
16 
17 
18 
19 extern struct bits_tree_rule rx_8bit_bits_tree_rule[];
20 
21 
22 /* automatically generated __STDC__ prototypes */
23 #endif  /* INCLUDE__RX__BITS_TREE_RULES_H */
24