Add parameter for progress update without in separate lines.

Useful for reencryption or integrity format.
This commit is contained in:
Milan Broz
2017-10-04 15:22:32 +02:00
parent 59e6b33c6f
commit 7e53c87f5c
8 changed files with 33 additions and 7 deletions

View File

@@ -58,6 +58,8 @@ extern int opt_debug;
extern int opt_verbose;
extern int opt_batch_mode;
extern int opt_force_password;
extern int opt_progress_frequency;
/* Common tools */
void clogger(struct crypt_device *cd, int level, const char *file, int line,