22 #ifndef EXT_CONFIGURATION_PERSISTENCE_H_
23 #define EXT_CONFIGURATION_PERSISTENCE_H_
void ext_configuration_read(char **buffer, size_t *buffer_size, bool *needs_deallocation)
Called on Kaa startup to restore the persisted configuration data (if present).
void ext_configuration_store(const char *buffer, size_t buffer_size)
Called when Kaa is ready to persist configuration data.
void ext_configuration_delete(void)
Called when Kaa need to remove configuration data.