X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fcharneg.h;fp=include%2Fyaz%2Fcharneg.h;h=48a1f29c6f8bb99c494677d3d2f91d9697b812d3;hb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;hp=c79d26042c131fa1f814af3d822999ca0c7f7579;hpb=7b27a8f378d73a86e8ff5e4fa3285117362481c5;p=yaz-moved-to-github.git diff --git a/include/yaz/charneg.h b/include/yaz/charneg.h index c79d260..48a1f29 100644 --- a/include/yaz/charneg.h +++ b/include/yaz/charneg.h @@ -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,