aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-04-10 08:19:42 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2018-04-10 08:19:42 +0200
commit306186faab1bf1b8321fecdb2c50176b35a3f953 (patch)
tree3769e709ceb001ad931ebbab99d336372df127f2 /NK_C_API.h
parent92d4621442795b83dff55009c99e47d4a3d93bef (diff)
parent7f3d4ce81a0a38d9591dc4c746bcb75edfe80caa (diff)
downloadlibnitrokey-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NK_C_API.h b/NK_C_API.h
index b78bde5..f5b87ad 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -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
*/