X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fcharmap.h;h=b9cc08a74d58bf439f2c21fd8e9cfeddc669610c;hp=e4cc08e8c63c4789616baf3e1cf457db9597e2aa;hb=6eeec08989cd11ca32945a3c686997b8d925d2c7;hpb=918c8b1ec479083d82c390d5dceb4899654cb666 diff --git a/include/charmap.h b/include/charmap.h index e4cc08e..b9cc08a 100644 --- a/include/charmap.h +++ b/include/charmap.h @@ -1,8 +1,5 @@ -/* $Id: charmap.h,v 1.17 2006-09-21 20:22:33 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + 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 @@ -49,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 @@ -58,6 +55,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab