X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficonv_decode_iso5426.c;h=12c1d9293b1b68a90c6662aeb00ee9ddb722ccf4;hp=0bef7a72275dff44681b93efac9c72e4f1e72f4e;hb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;hpb=919e3dd6d63e3371053b5be495ee4c0b74ef2e13 diff --git a/src/iconv_decode_iso5426.c b/src/iconv_decode_iso5426.c index 0bef7a7..12c1d92 100644 --- a/src/iconv_decode_iso5426.c +++ b/src/iconv_decode_iso5426.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. */ /** @@ -110,6 +110,8 @@ static unsigned long read_iso5426(yaz_iconv_t cd, yaz_iconv_decoder_t d, return x; } +#if 0 +/* not used */ static unsigned long read_iso5426s(yaz_iconv_t cd, yaz_iconv_decoder_t d, unsigned char *inp, size_t inbytesleft, size_t *no_read) @@ -126,6 +128,7 @@ static unsigned long read_iso5426s(yaz_iconv_t cd, yaz_iconv_decoder_t d, } return x; } +#endif static unsigned long yaz_read_iso5426_comb(yaz_iconv_t cd, struct decoder_data *data, @@ -284,7 +287,9 @@ yaz_iconv_decoder_t yaz_iso5426_decoder(const char *fromcode, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +