diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-09 13:25:19 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-09 18:34:00 +0200 |
commit | bcfc7f44632717855ed75a3e643278a3ddee7309 (patch) | |
tree | badc4598f7fe5e42c37d214cc212563b12505992 /include | |
parent | 95a4b415b76ff94cd270dcc3c6a53efd8b152914 (diff) | |
download | libnitrokey-bcfc7f44632717855ed75a3e643278a3ddee7309.tar.gz libnitrokey-bcfc7f44632717855ed75a3e643278a3ddee7309.tar.bz2 |
Return a vector to C API to duplicate there
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include')
-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 19b54bd..d2ea991 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -49,7 +49,7 @@ namespace nitrokey { void enable_password_safe(const char *user_pin); - uint8_t * get_password_safe_slot_status(); + vector <uint8_t> get_password_safe_slot_status(); uint8_t get_admin_retry_count(); uint8_t get_user_retry_count(); |