X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Fcommon.h;h=365379ae25039999783df14fa36083697cb168d4;hp=8f8a337781fd8fdba282afabdac5b6af70ad1464;hb=2af87fa2776c8125a587a9b0c2c4fae3bf921ff7;hpb=95a51b93d0d22d3a037cd6f303cca68a2d6c66dd diff --git a/src/common.h b/src/common.h index 8f8a337..365379a 100644 --- a/src/common.h +++ b/src/common.h @@ -235,6 +235,10 @@ GLOBAL bool numeric_owner_option; GLOBAL bool one_file_system_option; +/* Create a top-level directory for extracting based on the archive name. */ +GLOBAL bool one_top_level_option; +GLOBAL char *one_top_level; + /* Specified value to be put into tar file in place of stat () results, or just null and -1 if such an override should not take place. */ GLOBAL char const *owner_name_option;