Corrected header, problem to compile under C++
authorIngo Huerner <ingo.huerner@xse.de>
Fri, 5 Jul 2013 09:51:02 +0000 (11:51 +0200)
committerIngo Huerner <ingo.huerner@xse.de>
Fri, 5 Jul 2013 09:51:02 +0000 (11:51 +0200)
include/persistence_client_library.h

index 3327c2e..85abe36 100644 (file)
@@ -12,7 +12,7 @@
  * with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
 ******************************************************************************/
  /**
- * \file           persistence_client_library_key.h
+ * \file           persistence_client_library.h
  * \ingroup        Persistence client library
  * \author         Ingo Huerner (XSe) / Guy Sagnes (Continental)
  * \brief          Header of the persistence client library.
@@ -38,7 +38,7 @@ extern "C" {
  * \{
  */
 
-#define  PERSIST_API_INTERFACE_VERSION   (0x01010000U)
+#define  PERSIST_API_INTERFACE_VERSION   (0x01020000U)
 
 /** \} */
 
@@ -82,5 +82,6 @@ int pclDeinitLibrary(void);
 
 /** \} */ /* End of API */
 /** \} */ /* End of MODULE */
-
+#ifdef __cplusplus
+}
 #endif /* PERSISTENCY_CLIENT_LIBRARY_H */