Make tools_clear_line internal routine.

This commit is contained in:
Ondrej Kozina
2020-07-08 10:48:09 +02:00
committed by Milan Broz
parent 07f9248448
commit 958eaf4b24
2 changed files with 1 additions and 3 deletions

View File

@@ -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;