From 7d4bc36949cec8e5c791c352a264cd1dea4f8a1e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 27 Dec 2020 19:48:52 -0800 Subject: Added in-place filtering/replacements --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') 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, }; /* -- cgit v1.2.3