X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=eb4e4fdd4ae2b57e3be42b912d15506bbe6409e9;hb=d5170943ca365ace791c3254db15cc852df56d6b;hp=db4343c65080afca75ed1f6f1394b80eb177e57d;hpb=896b30853daabb6294afe8b0a2f74fa6d6e397d8;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index db4343c..eb4e4fd 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -1,8 +1,5 @@ -/* $Id: zebramap.h,v 1.28 2007-12-07 14:09:09 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 @@ -100,7 +97,8 @@ int zebra_map_tokenize_start(zebra_map_t zm, YAZ_EXPORT int zebra_map_tokenize_next(zebra_map_t zm, - const char **result_buf, size_t *result_len); + const char **result_buf, size_t *result_len, + const char **display_buf, size_t *display_len); YAZ_END_CDECL