diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-12-17 16:27:23 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-12-17 16:27:23 -0800 |
| commit | 484e1e33da7477b7278c9a3e9da878f0375dd75b (patch) | |
| tree | 892979f8bf65fd9a1366c040fa4a090968fcaecf /types.h | |
| parent | 40be243004b095fe15bb2ece176692f8354cdf45 (diff) | |
Memory allocation failure checks, and a simpler new() function
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ enum BPEGFlag { BPEG_IGNORECASE = 1 << 1, BPEG_EXPLAIN = 1 << 2, BPEG_JSON = 1 << 3, + BPEG_LISTFILES = 1 << 4, }; /* |
