diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/NitrokeyManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h index 9afe995..7550998 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -167,10 +167,11 @@ namespace nitrokey { uint64_t counter_or_interval, bool use_8_digits, bool use_enter, bool use_tokenID, const char *token_ID, const char *temporary_password) const; - bool _disconnect_no_lock(); + public: bool set_current_device_speed(int retry_delay, int send_receive_delay); + void set_loglevel(Loglevel loglevel); }; } |