aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey/NitrokeyManager.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2019-06-19 12:06:00 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2019-06-19 14:41:16 +0200
commit2ca5deb106ede1ffd236f153abae8fe6e3b0401c (patch)
tree03ad86918b55e16c3ba00a8f3648cad10a526228 /libnitrokey/NitrokeyManager.h
parent2c749223714c4d7815ca6b2d1888169a864a0fec (diff)
downloadlibnitrokey-2ca5deb106ede1ffd236f153abae8fe6e3b0401c.tar.gz
libnitrokey-2ca5deb106ede1ffd236f153abae8fe6e3b0401c.tar.bz2
Add function reading HOTP slot details
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'libnitrokey/NitrokeyManager.h')
-rw-r--r--libnitrokey/NitrokeyManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnitrokey/NitrokeyManager.h b/libnitrokey/NitrokeyManager.h
index 0691035..33ede1b 100644
--- a/libnitrokey/NitrokeyManager.h
+++ b/libnitrokey/NitrokeyManager.h
@@ -299,6 +299,7 @@ char * strndup(const char* str, size_t maxlen);
void enable_firmware_update_pro(const char *firmware_pin);
void change_firmware_update_password_pro(const char *firmware_pin_current, const char *firmware_pin_new);
+ bool is_internal_hotp_slot_number(uint8_t slot_number) const;
};
}