Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/sshagent/SSHAgent.h')
-rw-r--r--src/sshagent/SSHAgent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sshagent/SSHAgent.h b/src/sshagent/SSHAgent.h
index 90adfa82f..940d8c554 100644
--- a/src/sshagent/SSHAgent.h
+++ b/src/sshagent/SSHAgent.h
@@ -25,6 +25,7 @@
#include "crypto/ssh/OpenSSHKey.h"
#include "gui/DatabaseWidget.h"
+#include "sshagent/KeeAgentSettings.h"
class SSHAgent : public QObject
{
@@ -36,7 +37,7 @@ public:
const QString errorString() const;
bool isAgentRunning() const;
- bool addIdentity(OpenSSHKey& key, bool removeOnLock, quint32 lifetime, bool confirm);
+ bool addIdentity(OpenSSHKey& key, KeeAgentSettings& settings);
bool removeIdentity(OpenSSHKey& key);
void setAutoRemoveOnLock(const OpenSSHKey& key, bool autoRemove);