diff options
Diffstat (limited to 'include/NitrokeyManager.h')
-rw-r--r-- | include/NitrokeyManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |