X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fcharmap.h;h=326f0d4889116da73ff9a08605f402f0bfdace05;hb=5e7516d00451ada59a311fad05e8e3959242cdc7;hp=6b3f6ddaa3bb34de9cdf6e7b095f1b76ef9c9cc7;hpb=01ddc55fd5a59535e229c09440cfdadccadf3555;p=idzebra-moved-to-github.git diff --git a/include/charmap.h b/include/charmap.h index 6b3f6dd..326f0d4 100644 --- a/include/charmap.h +++ b/include/charmap.h @@ -36,7 +36,13 @@ * OF THIS SOFTWARE. * * $Log: charmap.h,v $ - * Revision 1.5 1999-09-07 07:19:21 adam + * Revision 1.7 2002-04-04 20:50:36 adam + * Multi register works with record paths and data1 profile path + * + * Revision 1.6 1999/11/30 13:48:03 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.5 1999/09/07 07:19:21 adam * Work on character mapping. Implemented replace rules. * * Revision 1.4 1997/10/27 14:33:04 adam @@ -54,7 +60,7 @@ #ifndef CHARMAP_H #define CHARMAP_H -#include +#include #ifdef __cplusplus extern "C" { @@ -70,7 +76,7 @@ typedef struct chr_t_entry chr_t_entry; typedef struct chrmaptab_info *chrmaptab; YAZ_EXPORT chrmaptab chrmaptab_create(const char *tabpath, const char *name, - int map_only); + int map_only, const char *tabroot); YAZ_EXPORT void chrmaptab_destroy (chrmaptab tab); YAZ_EXPORT const char **chr_map_input(chrmaptab t, const char **from, int len);