Log XML2/XSLT errors to yaz_log
[idzebra-moved-to-github.git] / include / charmap.h
index da1e6ef..b9cc08a 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2011 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