config_migration_v1_to_v2.h 247 B

12345678
  1. #ifndef _TOTP_CONFIG_FILE_MIGRATE_V1_TO_V2_H_
  2. #define _TOTP_CONFIG_FILE_MIGRATE_V1_TO_V2_H_
  3. #include <flipper_format/flipper_format.h>
  4. bool totp_config_migrate_v1_to_v2(FlipperFormat* fff_data_file, FlipperFormat* fff_backup_data_file);
  5. #endif