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 38c14bb..0cbcc93 100644
--- a/types.h
+++ b/types.h
@@ -14,6 +14,7 @@ enum BPEGFlag {
BPEG_EXPLAIN = 1 << 2,
BPEG_JSON = 1 << 3,
BPEG_LISTFILES = 1 << 4,
+ BPEG_INPLACE = 1 << 5,
};
/*