diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2018-04-10 07:42:56 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-04-10 07:42:56 +0200 |
commit | 0474b8b06d2be6616d4c909e59466af5151e960b (patch) | |
tree | 4849510798228da41c89e00e5082ddac2be4f4ec | |
parent | 83da928701b52005b1e29234164b2d21bfdeff39 (diff) | |
download | libnitrokey-0474b8b06d2be6616d4c909e59466af5151e960b.tar.gz libnitrokey-0474b8b06d2be6616d4c909e59466af5151e960b.tar.bz2 |
Correct C API documentation
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | NK_C_API.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -133,8 +133,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 */ |