From 7f2bea1869529fb3fa53d809260e2713b43a1fd8 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 26 Jul 2016 21:09:16 +0200 Subject: Erase password safe slot Signed-off-by: Szczepan Zalega --- include/NitrokeyManager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h index 541945b..629744a 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -57,6 +57,8 @@ namespace nitrokey { write_password_safe_slot(uint8_t slot_number, const char *slot_name, const char *slot_login, const char *slot_password); + void erase_password_safe_slot(uint8_t slot_number); + private: NitrokeyManager(); ~NitrokeyManager(); -- cgit v1.2.1