bt_keys_storage.h 172 B

12345678910
  1. #pragma once
  2. #include "bt_i.h"
  3. #include "bt_keys_filename.h"
  4. bool bt_keys_storage_load(Bt* bt);
  5. bool bt_keys_storage_save(Bt* bt);
  6. bool bt_keys_storage_delete(Bt* bt);