Beginnings of XML to OPAC conversion
[yaz-moved-to-github.git] / include / yaz / charneg.h
index 485af0a..4c73e3f 100644 (file)
@@ -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