From b219336b933db287bb6ad12faaf9e4e601a66dce Mon Sep 17 00:00:00 2001 From: Ingo Huerner Date: Fri, 5 Jul 2013 11:51:02 +0200 Subject: Corrected header, problem to compile under C++ --- include/persistence_client_library.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/persistence_client_library.h b/include/persistence_client_library.h index 3327c2e..85abe36 100644 --- a/include/persistence_client_library.h +++ b/include/persistence_client_library.h @@ -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 */ -- cgit v1.2.1