From 5938df24067a4ff77409d561415086d95c28159a Mon Sep 17 00:00:00 2001 From: Ingo Huerner Date: Tue, 17 Jun 2014 13:35:44 +0200 Subject: Finished onDemand/static loading of plugins; Corrected a problem with default data loading --- src/persistence_client_library_db_access.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/persistence_client_library_db_access.h') diff --git a/src/persistence_client_library_db_access.h b/src/persistence_client_library_db_access.h index 3418e92..22986aa 100644 --- a/src/persistence_client_library_db_access.h +++ b/src/persistence_client_library_db_access.h @@ -24,7 +24,7 @@ extern "C" { #endif -#define PERSIST_DATA_ACCESS_INTERFACE_VERSION (0x04020000U) +#define PERSIST_DATA_ACCESS_INTERFACE_VERSION (0x05000000U) #include "persistence_client_library_data_organization.h" @@ -104,7 +104,7 @@ int persistence_set_data(char* dbPath, char* key, PersistenceInfo_s* info, unsig * @return the number of bytes read or a negative value if an error occured with the following error codes: * EPERS_NOPRCTABLE EPERS_NOKEYDATA EPERS_NOKEY */ -int persistence_get_data(char* dbPath, char* key, PersistenceInfo_s* info, unsigned char* buffer, unsigned int buffer_size); +int persistence_get_data(char* dbPath, char* key, const char* resourceID, PersistenceInfo_s* info, unsigned char* buffer, unsigned int buffer_size); -- cgit v1.2.1