]> Dogcows Code - chaz/tar/blobdiff - src/tar.h
Support exclusion patterns from various VCS ignore lists.
[chaz/tar] / src / tar.h
index cb7d70cf62534c268b5e1b04f85d985ae6e78f31..3d6939948ba5ae10b10816a53d72b652d1ef6fad 100644 (file)
--- a/src/tar.h
+++ b/src/tar.h
@@ -358,6 +358,9 @@ struct tar_stat_info
      It is negative if it could not be reopened after it was closed.
      Negate it to find out what errno was when the reopen failed.  */
   int fd;
+
+  /* Exclusion list */
+  struct exclist *exclude_list;
 };
 
 union block
This page took 0.021663 seconds and 4 git commands to generate.