X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=0912f895d394607a8a5683223a8cf6b0da96bb19;hb=e199777080c6fa0963d51b7df1763fd5286ca9a4;hp=678ff949cf5caa60220eb1775992241b3083e830;hpb=6f7dfe3c3f09f7104c1ae7616c9d207edeab308d;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index 678ff94..0912f89 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -1,4 +1,4 @@ -/* $Id: zebramap.h,v 1.25 2007-10-30 19:17:15 adam Exp $ +/* $Id: zebramap.h,v 1.26 2007-10-31 16:56:13 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -86,10 +86,10 @@ WRBUF zebra_replace(zebra_map_t zm, const char *ex_list, const char *input_str, int input_len); YAZ_EXPORT -zebra_map_t zebra_map_get(zebra_maps_t zms, unsigned reg_id); +zebra_map_t zebra_map_get(zebra_maps_t zms, const char *id); YAZ_EXPORT -zebra_map_t zebra_map_get_or_add(zebra_maps_t zms, unsigned reg_id); +zebra_map_t zebra_map_get_or_add(zebra_maps_t zms, const char *id); YAZ_END_CDECL