From 484e1e33da7477b7278c9a3e9da878f0375dd75b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 17 Dec 2020 16:27:23 -0800 Subject: Memory allocation failure checks, and a simpler new() function --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') 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, }; /* -- cgit v1.2.3