X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficonv-p.h;h=4531f730198a057b9ca69cc667aaf5d3cbe124f9;hp=2586b7b0f4392d23bc6da3520aada6ab3bac91ee;hb=2715f6522ca62ab5dbc886c21ed18945743216f0;hpb=93f4285bbf2ed5a42fe62f92c7c4618df5f20583 diff --git a/src/iconv-p.h b/src/iconv-p.h index 2586b7b..4531f73 100644 --- a/src/iconv-p.h +++ b/src/iconv-p.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2011 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -34,7 +34,7 @@ #include -#include +#include #include void yaz_iconv_set_errno(yaz_iconv_t cd, int no); @@ -89,6 +89,8 @@ struct yaz_iconv_decoder_s { yaz_iconv_decoder_t yaz_marc8_decoder(const char *fromcode, yaz_iconv_decoder_t d); +yaz_iconv_decoder_t yaz_iso5426_decoder(const char *fromcode, + yaz_iconv_decoder_t d); yaz_iconv_decoder_t yaz_utf8_decoder(const char *fromcode, yaz_iconv_decoder_t d); yaz_iconv_decoder_t yaz_ucs4_decoder(const char *tocode, @@ -101,11 +103,14 @@ yaz_iconv_decoder_t yaz_advancegreek_decoder(const char *name, yaz_iconv_decoder_t d); yaz_iconv_decoder_t yaz_wchar_decoder(const char *fromcode, yaz_iconv_decoder_t d); +yaz_iconv_decoder_t yaz_danmarc_decoder(const char *fromcode, + yaz_iconv_decoder_t d); #endif /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab