X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=d62c70c79a1d27fa7b2795e15ff7c55f8e285683;hb=86702aad7008abed6afef80feed08b3e4e1cbcd1;hp=2061bc24856d293ae984ff393fc0351afcf75ccc;hpb=c66753469d139c4233a3572edf4b15b0497e0f28;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index 2061bc2..d62c70c 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -1,5 +1,5 @@ -/* $Id: zebramap.h,v 1.19 2006-08-15 14:28:32 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: zebramap.h,v 1.21 2007-01-15 20:08:24 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -72,6 +72,9 @@ YAZ_EXPORT int zebra_maps_is_positioned (ZebraMaps zms, unsigned reg_id); YAZ_EXPORT +int zebra_maps_is_first_in_field (ZebraMaps zms, unsigned reg_id); + +YAZ_EXPORT WRBUF zebra_replace(ZebraMaps zms, unsigned reg_id, const char *ex_list, const char *input_str, int input_len);