X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Frecctrl.h;h=93de77b410703e457596ac8043db373f5c89350a;hp=d89c8ecf5c6bb5735c27799d2f7b8841bd5ff043;hb=fd12cf9b8e16c109f3c0f7aedb0e0efd65209e16;hpb=b9093505b17a074e79137ed64595c8269f77d330 diff --git a/include/recctrl.h b/include/recctrl.h index d89c8ec..93de77b 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.20 1997-09-17 12:19:10 adam + * Revision 1.21 1997-09-18 08:59:19 adam + * Extra generic handle for the character mapping routines. + * + * Revision 1.20 1997/09/17 12:19:10 adam * Zebra version corresponds to YAZ version 1.4. * Changed Zebra server so that it doesn't depend on global common_resource. * @@ -123,7 +126,7 @@ struct recExtractCtrl { char *subType; void (*init)(RecWord *p); void (*add)(const RecWord *p); - const char **(*map_chrs_input)(const char **from, int len); + const char **(*map_chrs_input)(void *vp, const char **from, int len); int flagShowRecords; data1_handle dh; };