aboutsummaryrefslogtreecommitdiff
path: root/src/global.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-09-08 11:41:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-09-08 11:41:40 +0000
commitfabecbd29ab387da1fc591fc25b57ff4fb6b6874 (patch)
tree87d0d86ae009996b5b4a41f57624c970a7dccefd /src/global.c
parent79cfd7332a806375fe1e37577c75249da216a830 (diff)
downloadcpio-fabecbd29ab387da1fc591fc25b57ff4fb6b6874.tar.gz
cpio-fabecbd29ab387da1fc591fc25b57ff4fb6b6874.tar.bz2
Added new globals.
Diffstat (limited to 'src/global.c')
-rw-r--r--src/global.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/global.c b/src/global.c
index b13aabf..97b6bea 100644
--- a/src/global.c
+++ b/src/global.c
@@ -186,6 +186,12 @@ char input_is_seekable = false;
/* true if lseek works on the output. */
char output_is_seekable = false;
+/* Print extra warning messages */
+unsigned int warn_option = 0;
+
+/* Extract to standard output? */
+bool to_stdout_option = false;
+
/* The name this program was run with. */
char *program_name;

Return to:

Send suggestions and report system problems to the System administrator.