Doxyfile file description. Indentation. No change of code.
[yaz-moved-to-github.git] / include / yaz / otherinfo.h
index d7d6d26..ec57be3 100644 (file)
@@ -1,18 +1,19 @@
 /*
- * Copyright (c) 1999, Index Data
+ * Copyright (c) 1999-2004, Index Data
  * See the file LICENSE for details.
- * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: otherinfo.h,v 1.1 1999-11-30 13:47:11 adam Exp $
+ * $Id: otherinfo.h,v 1.3 2004-10-15 00:18:59 adam Exp $
+ */
+/**
+ * \file otherinfo.h
+ * \brief Header for Z39.50 OtherInfo utilities
  */
 #ifndef OTHERINFO_H
 #define OTHERINFO_H
 
 #include <yaz/proto.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
+YAZ_BEGIN_CDECL
 
 YAZ_EXPORT void yaz_oi_APDU(Z_APDU *apdu, Z_OtherInformation ***oip);
 YAZ_EXPORT    Z_OtherInformationUnit *yaz_oi_update (
@@ -32,8 +33,7 @@ YAZ_EXPORT char *yaz_oi_get_string_oid (
 YAZ_EXPORT char *yaz_oi_get_string_oidval(
     Z_OtherInformation **otherInformation,
     int oidval, int categoryValue, int delete_flag);
-#ifdef __cplusplus
-}
-#endif
+
+YAZ_END_CDECL
 
 #endif