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 --- NK_C_API.h | 1 + 1 file changed, 1 insertion(+) (limited to 'NK_C_API.h') diff --git a/NK_C_API.h b/NK_C_API.h index addafc3..54be406 100644 --- a/NK_C_API.h +++ b/NK_C_API.h @@ -37,6 +37,7 @@ extern const char *NK_get_password_safe_slot_name(uint8_t slot_number, const cha extern const char *NK_get_password_safe_slot_login(uint8_t slot_number, const char *temporary_password); extern const char *NK_get_password_safe_slot_password(uint8_t slot_number, const char *temporary_password); extern int NK_write_password_safe_slot(uint8_t slot_number, const char *slot_name, const char *slot_login, const char *slot_password); +extern int NK_erase_password_safe_slot(uint8_t slot_number); } -- cgit v1.2.1