diff options
Diffstat (limited to 'include/NitrokeyManager.h')
-rw-r--r-- | include/NitrokeyManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h index 7d04799..d4e19e7 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -26,7 +26,7 @@ namespace nitrokey { uint32_t get_TOTP_code(uint8_t slot_number, uint64_t challenge, uint64_t last_totp_time, uint8_t last_interval); bool set_time(uint64_t time); - bool mark_time(); + bool get_time(); bool erase_totp_slot(uint8_t slot_number); bool erase_hotp_slot(uint8_t slot_number); bool connect(); |