summaryrefslogtreecommitdiff
path: root/cat/bsdcat.h
diff options
context:
space:
mode:
authorMike Kazantsev <mk.fraggod@gmail.com>2014-04-06 04:40:40 +0600
committerfraggod@sacrilege <mk.fraggod@gmail.com>2014-04-06 04:44:34 +0600
commitc1628626209899fa841c2befd8fedb97fe182b67 (patch)
tree1b45d6137dbf588497eab04a6ee5cc9dcaa29a38 /cat/bsdcat.h
parent30e772e086d42949c6da8bda4e2e6a099f5075a8 (diff)
downloadlibarchive-c1628626209899fa841c2befd8fedb97fe182b67.tar.gz
Change bsdcat behavior to process as many files as possible.
Change is to match "cat" behavior of printing any errors (e.g. "unable to open file") and continue to the next file instead of exiting on first error encountered.
Diffstat (limited to 'cat/bsdcat.h')
-rw-r--r--cat/bsdcat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cat/bsdcat.h b/cat/bsdcat.h
index 5daf3cf3..0f6e38e8 100644
--- a/cat/bsdcat.h
+++ b/cat/bsdcat.h
@@ -36,4 +36,5 @@
void usage(void);
void bsdcat_next(void);
+void bsdcat_print_error(void);
void bsdcat_read_to_stdout(char* filename);