X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficonv-p.h;h=805b827b58b81b568c9c9d0f02f2c55ee5654db5;hp=2586b7b0f4392d23bc6da3520aada6ab3bac91ee;hb=5c0e243664a63c8522d400abbda6dc892cae4349;hpb=93f4285bbf2ed5a42fe62f92c7c4618df5f20583 diff --git a/src/iconv-p.h b/src/iconv-p.h index 2586b7b..805b827 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-2010 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