From 7eb15813ffa2c2766e53245311b017c3b9c196fb Mon Sep 17 00:00:00 2001
From: Szczepan Zalega <szczepan@nitrokey.com>
Date: Sat, 23 Jul 2016 14:01:10 +0200
Subject: Rename mark_time -> get_time

Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
---
 include/NitrokeyManager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

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();
-- 
cgit v1.2.3