Omit CVS Id. Update copyright year.
[idzebra-moved-to-github.git] / include / idzebra / snippet.h
index 474b9a4..fa77bb3 100644 (file)
@@ -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