]> Dogcows Code - chaz/tar/blobdiff - src/common.h
The actual default for exclude patterns is --no-anchored. Thanks "Felix Natter" ...
[chaz/tar] / src / common.h
index e1fe91aa946e21de320d5483b71ea629875aa0b0..aabea57609a6d6b03e62718dd75f9897340c5ed5 100644 (file)
@@ -251,9 +251,9 @@ GLOBAL int same_owner_option;
 /* If positive, preserve permissions when extracting.  */
 GLOBAL int same_permissions_option;
 
-/* When set, strip the given number of path elements from the file name
+/* When set, strip the given number of file name components from the file name
    before extracting */
-GLOBAL size_t strip_path_elements;
+GLOBAL size_t strip_name_components;
 
 GLOBAL bool show_omitted_dirs_option;
 
@@ -331,6 +331,8 @@ struct name
 GLOBAL dev_t ar_dev;
 GLOBAL ino_t ar_ino;
 
+GLOBAL bool seekable_archive;
+
 \f
 /* Declarations for each module.  */
 
@@ -370,6 +372,7 @@ void clear_read_error_count (void);
 void xclose (int fd);
 void archive_write_error (ssize_t) __attribute__ ((noreturn));
 void archive_read_error (void);
+off_t seek_archive (off_t size);
 
 /* Module create.c.  */
 
This page took 0.025673 seconds and 4 git commands to generate.