diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2018-04-10 08:19:42 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-04-10 08:19:42 +0200 |
commit | 306186faab1bf1b8321fecdb2c50176b35a3f953 (patch) | |
tree | 3769e709ceb001ad931ebbab99d336372df127f2 /NK_C_API.h | |
parent | 92d4621442795b83dff55009c99e47d4a3d93bef (diff) | |
parent | 7f3d4ce81a0a38d9591dc4c746bcb75edfe80caa (diff) | |
download | libnitrokey-306186faab1bf1b8321fecdb2c50176b35a3f953.tar.gz libnitrokey-306186faab1bf1b8321fecdb2c50176b35a3f953.tar.bz2 |
Merge branch '102-get_status_invalid'
Fixes #102
Diffstat (limited to 'NK_C_API.h')
-rw-r--r-- | NK_C_API.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -155,8 +155,8 @@ extern "C" { * or outside the range to disable this function * @param capslock similar to numlock but with capslock * @param scrolllock similar to numlock but with scrolllock - * @param enable_user_password set True to enable OTP PIN protection (request PIN each OTP code request) - * @param delete_user_password set True to disable OTP PIN protection (request PIN each OTP code request) + * @param enable_user_password set True to enable OTP PIN protection (require PIN each OTP code request) + * @param delete_user_password (unused) * @param admin_temporary_password current admin temporary password * @return command processing error code */ |