X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fcharneg.h;h=4c73e3fea820899da4dc098d67d9bb3c44b58454;hp=37f627c94ac8fbda3b5bff5e0322a696a959cc29;hb=4b92c6833026a51cc391840d1157cd5fefede1df;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/include/yaz/charneg.h b/include/yaz/charneg.h index 37f627c..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-2009 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, @@ -105,6 +105,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab