summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tpax/tpax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h
index 0be10f9..d9c73ad 100644
--- a/include/tpax/tpax.h
+++ b/include/tpax/tpax.h
@@ -48,6 +48,8 @@ extern "C" {
#define TPAX_DRIVER_WRITE_FORMAT_USTAR 0x40000
#define TPAX_DRIVER_WRITE_FORMAT_RUSTAR 0x80000
+#define TPAX_DRIVER_DIR_MEMBER_RECURSE 0x100000
+
/* error flags */
#define TPAX_ERROR_TOP_LEVEL 0x0001
#define TPAX_ERROR_NESTED 0x0002