X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Frset.h;h=943c59366ac48a756d9d96148d5383b2cae68185;hp=1a50c6525f59f60e17b6af37e36ad45b1fbe0196;hb=6a0f9234f945bc4956e2bcef75f715661a9eba9a;hpb=97a7adeb9e5059463f039495cc01cfa448463a27 diff --git a/include/rset.h b/include/rset.h index 1a50c65..943c593 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. @@ -265,6 +266,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab