X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.h;h=3d6939948ba5ae10b10816a53d72b652d1ef6fad;hb=93906c238d9309f95afeddfa9ac8d7ce92351e70;hp=cb7d70cf62534c268b5e1b04f85d985ae6e78f31;hpb=45ccda119355a1087450039a250359c1d0de0d08;p=chaz%2Ftar diff --git a/src/tar.h b/src/tar.h index cb7d70c..3d69399 100644 --- 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