1 #ifndef __TAOLINESEARCH_UNIT_H
2 #define __TAOLINESEARCH_UNIT_H
3 
4 
5 typedef struct {
6     int dummy;
7 } TAOLINESEARCH_UNIT_CTX;
8 
9 
10 #endif
11