2021-11-04 20:26:41 +03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "bt_i.h"
|
2022-07-26 15:21:51 +03:00
|
|
|
#include "bt_keys_filename.h"
|
2021-11-04 20:26:41 +03:00
|
|
|
|
2022-04-21 18:36:53 +03:00
|
|
|
bool bt_keys_storage_load(Bt* bt);
|
2021-11-04 20:26:41 +03:00
|
|
|
|
2022-04-21 18:36:53 +03:00
|
|
|
bool bt_keys_storage_save(Bt* bt);
|
2022-01-21 20:32:03 +03:00
|
|
|
|
2022-04-21 18:36:53 +03:00
|
|
|
bool bt_keys_storage_delete(Bt* bt);
|