X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fcharmap.h;h=f3e150a806c1961aa0e5132b43d705e2f0bd5464;hb=3a2124aa85eea0583c7528bcc6f79a5fa1632a40;hp=facf7766c6a84ef27fb3bcb4fd3d5f5fd41cd606;hpb=63f558c67e4818ce6d02747cfa3769f26a273cf0;p=idzebra-moved-to-github.git diff --git a/include/charmap.h b/include/charmap.h index facf776..f3e150a 100644 --- a/include/charmap.h +++ b/include/charmap.h @@ -1,6 +1,6 @@ -/* $Id: charmap.h,v 1.9.2.1 2004-09-16 14:07:49 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 - Index Data Aps +/* $Id: charmap.h,v 1.9.2.2 2005-03-11 21:10:12 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -46,9 +46,8 @@ YAZ_EXPORT void chrmaptab_destroy (chrmaptab tab); YAZ_EXPORT const char **chr_map_input(chrmaptab t, const char **from, int len, int first); YAZ_EXPORT const char **chr_map_input_x(chrmaptab t, const char **from, int *len, int first); -YAZ_EXPORT const char **chr_map_input_q(chrmaptab maptab, - const char **from, int len, - const char **qmap); +YAZ_EXPORT const char **chr_map_q_input(chrmaptab maptab, + const char **from, int len, int first); YAZ_EXPORT const char *chr_map_output(chrmaptab t, const char **from, int len);