mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-17 05:40:13 +01:00
Make tools_clear_line internal routine.
This commit is contained in:
committed by
Milan Broz
parent
07f9248448
commit
958eaf4b24
@@ -373,7 +373,7 @@ static double time_diff(struct timeval *start, struct timeval *end)
|
||||
+ (end->tv_usec - start->tv_usec) / 1E6;
|
||||
}
|
||||
|
||||
void tools_clear_line(void)
|
||||
static void tools_clear_line(void)
|
||||
{
|
||||
if (opt_progress_frequency)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user