X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebramap.h;h=490373b61122f70972f2066113ccb0eca2fbe27d;hb=43e51e6fd8d1e10b5d5b6d62de8da6ec833f806c;hp=974d80c8f5a4ec059b614ea41b76a40ce32001ab;hpb=2730140edaab8fc1df36e4b82fb1a4fcc523de05;p=idzebra-moved-to-github.git diff --git a/include/zebramap.h b/include/zebramap.h index 974d80c..490373b 100644 --- a/include/zebramap.h +++ b/include/zebramap.h @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.h,v $ - * Revision 1.8 1999-02-12 13:29:21 adam + * Revision 1.10 1999-11-30 13:48:03 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.9 1999/09/07 07:19:21 adam + * Work on character mapping. Implemented replace rules. + * + * Revision 1.8 1999/02/12 13:29:21 adam * Implemented position-flag for registers. * * Revision 1.7 1999/02/02 14:50:46 adam @@ -39,7 +45,7 @@ #ifndef ZEBRAMAP_H #define ZEBRAMAP_H -#include +#include #include #ifdef __cplusplus @@ -64,6 +70,10 @@ int zebra_maps_sort (ZebraMaps zms, Z_SortAttributes *sortAttributes); int zebra_maps_is_complete (ZebraMaps zms, unsigned reg_id); int zebra_maps_is_sort (ZebraMaps zms, unsigned reg_id); int zebra_maps_is_positioned (ZebraMaps zms, unsigned reg_id); + +WRBUF zebra_replace(ZebraMaps zms, unsigned reg_id, const char *ex_list, + const char *input_str, int input_len); + #ifdef __cplusplus } #endif