Added ord_list_print.
[idzebra-moved-to-github.git] / include / rset.h
index 1a50c65..59ccf2e 100644 (file)
@@ -40,6 +40,7 @@ struct ord_list {
 struct ord_list *ord_list_create(NMEM nmem);
 struct ord_list *ord_list_append(NMEM nmem, struct ord_list *list, int ord);
 struct ord_list *ord_list_dup(NMEM nmem, struct ord_list *list);
+void ord_list_print(struct ord_list *list);
 
 /** 
  * rset_term is all we need to know of a term to do ranking etc.