X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fcharmap.h;h=b9cc08a74d58bf439f2c21fd8e9cfeddc669610c;hb=7442b1f93247813cbf4f299fc3e66208fae9bdc6;hp=e0d78755be19e613f34d3884c0d799f17f355285;hpb=6a0f9234f945bc4956e2bcef75f715661a9eba9a;p=idzebra-moved-to-github.git diff --git a/include/charmap.h b/include/charmap.h index e0d7875..b9cc08a 100644 --- a/include/charmap.h +++ b/include/charmap.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 2004-2013 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -46,7 +46,7 @@ YAZ_EXPORT const char **chr_map_input_x(chrmaptab t, const char **from, int *len, int first); 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); YAZ_END_CDECL