diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-07-23 14:01:10 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-01 13:54:56 +0200 |
commit | 7eb15813ffa2c2766e53245311b017c3b9c196fb (patch) | |
tree | b5740b9da754f9f7bf2f0cebb06f619826874123 /include | |
parent | 93350afd317250b4c5d4c2519dc7a9248f68cfdb (diff) | |
download | libnitrokey-7eb15813ffa2c2766e53245311b017c3b9c196fb.tar.gz libnitrokey-7eb15813ffa2c2766e53245311b017c3b9c196fb.tar.bz2 |
Rename mark_time -> get_time
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include')
-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(); |