diff options
Diffstat (limited to 'debianutils/pipe_progress.c')
-rw-r--r-- | debianutils/pipe_progress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index 75d26e20f..51a017c98 100644 --- a/debianutils/pipe_progress.c +++ b/debianutils/pipe_progress.c | |||
@@ -18,6 +18,7 @@ | |||
18 | /* Read a block of data from stdin, write it to stdout. | 18 | /* Read a block of data from stdin, write it to stdout. |
19 | * Activity is indicated by a '.' to stderr | 19 | * Activity is indicated by a '.' to stderr |
20 | */ | 20 | */ |
21 | int pipe_progress_main(int argc, char **argv); | ||
21 | int pipe_progress_main(int argc, char **argv) | 22 | int pipe_progress_main(int argc, char **argv) |
22 | { | 23 | { |
23 | RESERVE_CONFIG_BUFFER(buf, PIPE_PROGRESS_SIZE); | 24 | RESERVE_CONFIG_BUFFER(buf, PIPE_PROGRESS_SIZE); |