X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficonv-p.h;h=805b827b58b81b568c9c9d0f02f2c55ee5654db5;hp=f78f2accbefd8f422be020c2654669db39373c24;hb=5c0e243664a63c8522d400abbda6dc892cae4349;hpb=96c6e58f286787106e4a7b3bb3900a36051968d6 diff --git a/src/iconv-p.h b/src/iconv-p.h index f78f2ac..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,6 +34,7 @@ #include +#include #include void yaz_iconv_set_errno(yaz_iconv_t cd, int no); @@ -88,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, @@ -100,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