X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fcharmap.h;h=fb189a1b01ca2939d3f2521be6aaa85ebbd038f4;hb=c49fcbbf3be633aaea9975e2e0c347b5e284585f;hp=facf7766c6a84ef27fb3bcb4fd3d5f5fd41cd606;hpb=63f558c67e4818ce6d02747cfa3769f26a273cf0;p=idzebra-moved-to-github.git diff --git a/include/charmap.h b/include/charmap.h index facf776..fb189a1 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.3 2006-08-14 10:38:55 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ @@ -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);