X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fsnippet.h;h=60a4ecfb75c91dcfd9b8cda55641736d38869adb;hb=570bf3746bef524124e2a90a2999981a1c734b20;hp=474b9a4aa9dbc89f66d0d1ba68d9ff4b7e917c6a;hpb=6988ba91e363565638c27a8d5895ad9afc409e75;p=idzebra-moved-to-github.git diff --git a/include/idzebra/snippet.h b/include/idzebra/snippet.h index 474b9a4..60a4ecf 100644 --- a/include/idzebra/snippet.h +++ b/include/idzebra/snippet.h @@ -1,4 +1,4 @@ -/* $Id: snippet.h,v 1.9 2007-08-21 11:06:46 adam Exp $ +/* $Id: snippet.h,v 1.10 2007-08-21 13:27:04 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -81,6 +81,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