aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-04-10 07:42:56 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2018-04-10 07:42:56 +0200
commit0474b8b06d2be6616d4c909e59466af5151e960b (patch)
tree4849510798228da41c89e00e5082ddac2be4f4ec
parent83da928701b52005b1e29234164b2d21bfdeff39 (diff)
downloadlibnitrokey-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NK_C_API.h b/NK_C_API.h
index 27730c9..0dae549 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -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
*/