X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficonv-p.h;h=2340bc7c05e03089c3e8da75681670c542d792e6;hp=f99943b8b5fdb540cf308ab93c673700e5606bd5;hb=9a50808021be48e8ff272f762b9f8245330a79e4;hpb=99eee17dbb3ef0d81d44b01d9072e3405f326595 diff --git a/src/iconv-p.h b/src/iconv-p.h index f99943b..2340bc7 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) 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: @@ -63,6 +63,8 @@ yaz_iconv_encoder_t yaz_iso_5428_encoder(const char *name, yaz_iconv_encoder_t e); yaz_iconv_encoder_t yaz_advancegreek_encoder(const char *name, yaz_iconv_encoder_t e); +yaz_iconv_encoder_t yaz_danmarc_encoder(const char *name, + yaz_iconv_encoder_t e); yaz_iconv_encoder_t yaz_wchar_encoder(const char *name, yaz_iconv_encoder_t e); typedef unsigned long yaz_conv_func_t(unsigned char *inp, size_t inbytesleft, @@ -103,11 +105,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