X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fsnippet.h;h=fa77bb39fd40514c47fcaee85fdc74cad9a79245;hb=aa76dfa21ba30fe802a5ef6f3907b57ecd7e6c65;hp=474b9a4aa9dbc89f66d0d1ba68d9ff4b7e917c6a;hpb=6988ba91e363565638c27a8d5895ad9afc409e75;p=idzebra-moved-to-github.git diff --git a/include/idzebra/snippet.h b/include/idzebra/snippet.h index 474b9a4..fa77bb3 100644 --- a/include/idzebra/snippet.h +++ b/include/idzebra/snippet.h @@ -1,8 +1,5 @@ -/* $Id: snippet.h,v 1.9 2007-08-21 11:06:46 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 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 @@ -81,6 +78,10 @@ void zebra_snippets_ring(zebra_snippets *doc, const zebra_snippets *hit, int before, int after); +YAZ_EXPORT +const struct zebra_snippet_word *zebra_snippets_lookup( + const zebra_snippets *doc, const zebra_snippets *hit); + YAZ_END_CDECL #endif