]> Dogcows Code - chaz/tar/blobdiff - src/tar.h
Support for POSIX ACLs
[chaz/tar] / src / tar.h
index 7a80e87b0844367d04aa04700e838821b2380aba..a9671df370f94bfeb4f485cd6509e05fa128cd63 100644 (file)
--- a/src/tar.h
+++ b/src/tar.h
@@ -296,6 +296,13 @@ struct tar_stat_info
 
   char          *uname;     /* user name of owner */
   char          *gname;     /* group name of owner */
+
+  char *acls_a_ptr;         /* Access ACLs for the current archive entry. */
+  size_t acls_a_len;        /* Access ACLs for the current archive entry. */
+
+  char *acls_d_ptr;         /* Default ACLs for the current archive entry. */
+  size_t acls_d_len;        /* Default ACLs for the current archive entry. */
+
   struct stat   stat;       /* regular filesystem stat */
 
   /* STAT doesn't always have access, data modification, and status
This page took 0.020918 seconds and 4 git commands to generate.