X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fzebramap.h;h=0b837cddc66f3c6dea48d3ab6d2566701bbb7fb3;hp=2061bc24856d293ae984ff393fc0351afcf75ccc;hb=c33ea56e3771c3b80ba66ef8fda3a09cad171ebb;hpb=9aacfd0955fc70f27165254a2844618c85e8600d diff --git a/include/zebramap.h b/include/zebramap.h index 2061bc2..0b837cd 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -1,4 +1,4 @@ -/* $Id: zebramap.h,v 1.19 2006-08-15 14:28:32 adam Exp $ +/* $Id: zebramap.h,v 1.20 2006-09-08 14:40:51 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -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);