aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-14 21:55:36 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-14 21:55:36 -0800
commit1ff4a9eb0548b94839cc936f932f75af38a00f51 (patch)
treedbc907c0ae3aa24e0231b43f2ce624d78e836809 /types.h
parent52f154d53ffa9ac8fc4699d1559f9a68e91ebeeb (diff)
Hooked up json
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 eb8a925..b2939e0 100644
--- a/types.h
+++ b/types.h
@@ -12,6 +12,7 @@ enum BPEGFlag {
BPEG_VERBOSE = 1 << 0,
BPEG_IGNORECASE = 1 << 1,
BPEG_EXPLAIN = 1 << 2,
+ BPEG_JSON = 1 << 3,
};
/*