8 lines
102 B
C
8 lines
102 B
C
|
#pragma once
|
||
|
|
||
|
#include "bt_i.h"
|
||
|
|
||
|
bool bt_load_key_storage(Bt* bt);
|
||
|
|
||
|
bool bt_save_key_storage(Bt* bt);
|