Added Term structure
[yaz-moved-to-github.git] / include / yaz-ccl.h
1
2 #ifndef YAZ_CCL_H
3 #define YAZ_CCL_H
4
5 #include <proto.h>
6 #include <ccl.h>
7
8 Z_RPNQuery *ccl_rpn_query (struct ccl_rpn_node *p);
9
10 #endif