aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index b2939e0..aa61c38 100644
--- a/types.h
+++ b/types.h
@@ -13,6 +13,7 @@ enum BPEGFlag {
BPEG_IGNORECASE = 1 << 1,
BPEG_EXPLAIN = 1 << 2,
BPEG_JSON = 1 << 3,
+ BPEG_LISTFILES = 1 << 4,
};
/*