move qa/ to tools/
[archipelago] / xseg / xq / xq_exports.h
1 EXPORT_SYMBOL(xq_alloc_empty);
2 EXPORT_SYMBOL(xq_alloc_map);
3 EXPORT_SYMBOL(xq_alloc_seq);
4 EXPORT_SYMBOL(xq_append_head);
5 EXPORT_SYMBOL(xq_append_heads);
6 EXPORT_SYMBOL(xq_append_tail);
7 EXPORT_SYMBOL(xq_append_tails);
8 EXPORT_SYMBOL(xq_count);
9 EXPORT_SYMBOL(xq_element);
10 EXPORT_SYMBOL(xq_free);
11 EXPORT_SYMBOL(xq_head_to_tail);
12 EXPORT_SYMBOL(xq_init_empty);
13 EXPORT_SYMBOL(xq_init_map);
14 EXPORT_SYMBOL(xq_init_seq);
15 EXPORT_SYMBOL(xq_pop_head);
16 EXPORT_SYMBOL(xq_pop_heads);
17 EXPORT_SYMBOL(xq_pop_tail);
18 EXPORT_SYMBOL(xq_pop_tails);
19 EXPORT_SYMBOL(xq_print);
20 EXPORT_SYMBOL(xq_size);