X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=2ae3ab23c28500348680c5c61f440d8261c20eb3;hb=fd12cf9b8e16c109f3c0f7aedb0e0efd65209e16;hp=2e60e90aeed1b951e5cec73dc2e660bd04d477fe;hpb=b9093505b17a074e79137ed64595c8269f77d330;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 2e60e90..2ae3ab2 100644 --- a/index/index.h +++ b/index/index.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: index.h,v $ - * Revision 1.50 1997-09-17 12:19:13 adam + * Revision 1.51 1997-09-18 08:59:19 adam + * Extra generic handle for the character mapping routines. + * + * Revision 1.50 1997/09/17 12:19:13 adam * Zebra version corresponds to YAZ version 1.4. * Changed Zebra server so that it doesn't depend on global common_resource. * @@ -300,7 +303,7 @@ int zebraLockNB (int fd, int wr); int zebraUnlock (int fd); void init_charmap(Res res); -const char **map_chrs_input(const char **from, int len); +const char **map_chrs_input(void *vp, const char **from, int len); const char *map_chrs_output(const char **from); extern Res common_resource;