2023-01-18 16:52:33 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <flipper_format/flipper_format.h>
|
|
|
|
|
2023-04-01 14:45:52 +00:00
|
|
|
bool totp_config_migrate_to_latest(
|
2023-01-18 16:52:33 +00:00
|
|
|
FlipperFormat* fff_data_file,
|
2023-04-01 14:45:52 +00:00
|
|
|
FlipperFormat* fff_backup_data_file);
|