New function ccl_scan_query.
[yaz-moved-to-github.git] / include / yaz-ccl.h
index 261aa0b..050be3f 100644 (file)
@@ -6,5 +6,6 @@
 #include <ccl.h>
 
 Z_RPNQuery *ccl_rpn_query (struct ccl_rpn_node *p);
+Z_AttributesPlusTerm *ccl_scan_query (struct ccl_rpn_node *p);
 
 #endif