X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=include%2Frset.h;h=5c02efba5e17d6001447bc45f6d70c4ac0d5cc6d;hb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;hp=1a50c6525f59f60e17b6af37e36ad45b1fbe0196;hpb=97a7adeb9e5059463f039495cc01cfa448463a27;p=idzebra-moved-to-github.git diff --git a/include/rset.h b/include/rset.h index 1a50c65..5c02efb 100644 --- a/include/rset.h +++ b/include/rset.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + Copyright (C) 1994-2009 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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.