Use 16-bit ints for meta keys (wip)

This commit is contained in:
2021-06-07 08:40:12 -04:00
parent 22dd58e140
commit a01f6dff1f
8 changed files with 46 additions and 21 deletions

View File

@@ -40,6 +40,8 @@ typedef struct {
pcre_extra *exclude_extra;
int fast;
GHashTable *dbg_current_files;
scan_arc_ctx_t arc_ctx;
scan_comic_ctx_t comic_ctx;
scan_ebook_ctx_t ebook_ctx;