summaryrefslogtreecommitdiffstats
path: root/include/libbb.h
diff options
context:
space:
mode:
authorHubert Feurstein <h.feurstein@gmail.com>2011-11-22 11:24:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-22 21:13:05 +0100
commit7bb009c74480153b02a2e0d976a136bf7716e2ab (patch)
treeb35c8f55c7edf3536be73428a4ef69cd57a30305 /include/libbb.h
parenta59471d133e0f80e7e1095b0cb161e31341694ad (diff)
downloadbarebox-7bb009c74480153b02a2e0d976a136bf7716e2ab.tar.gz
barebox-7bb009c74480153b02a2e0d976a136bf7716e2ab.tar.xz
commands/cp: add verbose mode which displays progress bar
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 0962969559..2d17c3fc95 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -26,7 +26,7 @@ int recursive_action(const char *fileName, unsigned flags,
char * safe_strncpy(char *dst, const char *src, size_t size);
-int copy_file(const char *src, const char *dst);
+int copy_file(const char *src, const char *dst, int verbose);
int process_escape_sequence(const char *source, char *dest, int destlen);