X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fcharneg.h;h=4c73e3fea820899da4dc098d67d9bb3c44b58454;hp=485af0a5c838da1d10847ca2ab5cae64747d8001;hb=4b92c6833026a51cc391840d1157cd5fefede1df;hpb=8d691989077a0addcbd840d769dce6700f3d9622 diff --git a/include/yaz/charneg.h b/include/yaz/charneg.h index 485af0a..4c73e3f 100644 --- a/include/yaz/charneg.h +++ b/include/yaz/charneg.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2007, Index Data +/* This file is part of the YAZ toolkit. + * 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: @@ -24,9 +24,8 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: charneg.h,v 1.10 2007-01-03 08:42:14 adam Exp $ */ -/** +/** * \file charneg.h * \brief Header for Z39.50 Charset negotiation utilities * @@ -46,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 @@ -61,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, @@ -85,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, @@ -106,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