From fe09d3576ada9918f55431298c5d9a099e690761 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 12 Jun 2025 13:57:51 -0500 Subject: rewrite mimetype parsing --- src/io.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h index b959bbd..c42965c 100644 --- a/src/io.h +++ b/src/io.h @@ -36,6 +36,8 @@ extern int _collapse_all; extern int _collapse_to_memory; extern int _print_meta; +#define clean_lullaby_io luaI_nothing + static struct config io_config[] = { {.name = "filechunksize", .type = c_int, .value = {.c_int = &_file_malloc_chunk}}, {.name = "print_type", .type = c_int, .value = {.c_int = &_print_type}}, -- cgit v1.2.3