Added Term structure
[yaz-moved-to-github.git] / include / yaz-ccl.h
diff --git a/include/yaz-ccl.h b/include/yaz-ccl.h
new file mode 100644 (file)
index 0000000..261aa0b
--- /dev/null
@@ -0,0 +1,10 @@
+
+#ifndef YAZ_CCL_H
+#define YAZ_CCL_H
+
+#include <proto.h>
+#include <ccl.h>
+
+Z_RPNQuery *ccl_rpn_query (struct ccl_rpn_node *p);
+
+#endif