summaryrefslogtreecommitdiffstats
path: root/src/cc4group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cc4group.h')
-rw-r--r--src/cc4group.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cc4group.h b/src/cc4group.h
index 7e871a2..d06f636 100644
--- a/src/cc4group.h
+++ b/src/cc4group.h
@@ -192,7 +192,9 @@ typedef struct {
struct {
int File; // only a single regular file is allowed
int Directory; // only a directory is allowed, contents are handled recursively
- int All; // currently File | Directory
+ int HandleGroups; // groups are opened and contents are handled recursively
+ int NoGroupHandling; // currently File | Directory
+ int All; // currently File | Directory | HandleGroups
} const AllowedEntryTypes;