X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fcharneg.h;h=4c73e3fea820899da4dc098d67d9bb3c44b58454;hp=c79d26042c131fa1f814af3d822999ca0c7f7579;hb=4b92c6833026a51cc391840d1157cd5fefede1df;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/include/yaz/charneg.h b/include/yaz/charneg.h index c79d260..4c73e3f 100644 --- a/include/yaz/charneg.h +++ b/include/yaz/charneg.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data. + * Copyright (C) 1995-2013 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: @@ -25,7 +25,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/** +/** * \file charneg.h * \brief Header for Z39.50 Charset negotiation utilities * @@ -45,7 +45,7 @@ YAZ_BEGIN_CDECL * client and server parts. At that moment the (*) is based on * Z_PrivateCharacterSet_externallySpecified method. * - */ + */ /* * Get (*) record from request @@ -60,7 +60,7 @@ YAZ_EXPORT int yaz_del_charneg_record(Z_OtherInformation **p); /* - * Client's part. + * Client's part. */ YAZ_EXPORT Z_External *yaz_set_proposal_charneg(ODR odr, @@ -84,7 +84,7 @@ void yaz_get_response_charneg(NMEM mem, /* * Server's part */ - + YAZ_EXPORT Z_External *yaz_set_response_charneg(ODR odr, const char *charset, const char *lang,