diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-07-26 22:11:10 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-01 13:54:57 +0200 |
commit | 1018b7a7d8d7da124d706bc5d6679c523e5f1d0f (patch) | |
tree | f859f7d8cd59c14131f58c6bc4c34c41e00604b8 /include/NitrokeyManager.h | |
parent | 7d71398f4043c10c3870cb9deb2eae7bf1c5f0ee (diff) | |
download | libnitrokey-1018b7a7d8d7da124d706bc5d6679c523e5f1d0f.tar.gz libnitrokey-1018b7a7d8d7da124d706bc5d6679c523e5f1d0f.tar.bz2 |
Handle password safe slots programmed status
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include/NitrokeyManager.h')
-rw-r--r-- | include/NitrokeyManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h index 63332aa..00011e2 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -42,7 +42,7 @@ namespace nitrokey { void enable_password_safe(const char *user_pin); - void get_password_safe_slot_status(); + uint8_t * get_password_safe_slot_status(); uint8_t get_admin_retry_count(); uint8_t get_user_retry_count(); |