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/cli/Utils.h')
-rw-r--r--src/cli/Utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/Utils.h b/src/cli/Utils.h
index bb4d8f09a..bd89a2a5c 100644
--- a/src/cli/Utils.h
+++ b/src/cli/Utils.h
@@ -36,6 +36,7 @@ namespace Utils
QString getPassword(FILE* outputDescriptor = STDOUT);
int clipText(const QString& text);
QSharedPointer<Database> unlockDatabase(const QString& databaseFilename,
+ const bool isPasswordProtected = true,
const QString& keyFilename = {},
FILE* outputDescriptor = STDOUT,
FILE* errorDescriptor = STDERR);