X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fcharmap.h;fp=include%2Fcharmap.h;h=326f0d4889116da73ff9a08605f402f0bfdace05;hb=98e21f950e6d0babe88a6a1ccb03b90f0b3a6b1a;hp=23661a545e94bfb209c27b6244c3a4710723775f;hpb=2b1851bd5565e3d21f9cf9a37661a584c063b75f;p=idzebra-moved-to-github.git diff --git a/include/charmap.h b/include/charmap.h index 23661a5..326f0d4 100644 --- a/include/charmap.h +++ b/include/charmap.h @@ -36,7 +36,10 @@ * OF THIS SOFTWARE. * * $Log: charmap.h,v $ - * Revision 1.6 1999-11-30 13:48:03 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 @@ -73,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);