X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon.h;h=73865ec87fba6681f0c101332e03c9b331b632a2;hb=92773d860f94323c14cc8c1b27436f2e73a174fd;hp=f2cdf2b3d334784119a441b511e0e50fae2e0433;hpb=51aee274e892923a3f8fdb774e4f6b90bce47437;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index f2cdf2b..73865ec 100644 --- a/src/common.h +++ b/src/common.h @@ -354,6 +354,7 @@ struct name GLOBAL dev_t ar_dev; GLOBAL ino_t ar_ino; +GLOBAL int seek_option; GLOBAL bool seekable_archive; GLOBAL dev_t root_device; @@ -700,6 +701,7 @@ void usage (int) __attribute__ ((noreturn)); int tar_timespec_cmp (struct timespec a, struct timespec b); const char *archive_format_string (enum archive_format fmt); const char *subcommand_string (enum subcommand c); +void set_exit_status (int val); /* Module update.c. */