| 165 | } |
| 166 | |
| 167 | static void start_filelist_progress(char *kind) |
| 168 | { |
| 169 | if (quiet) |
| 170 | return; |
| 171 | rprintf(FCLIENT, "%s ... ", kind); |
| 172 | output_needs_newline = 1; |
| 173 | rflush(FINFO); |
| 174 | } |
| 175 | |
| 176 | static void emit_filelist_progress(int count) |
| 177 | { |
no test coverage detected