aboutsummaryrefslogtreecommitdiff
path: root/src/io.h
diff options
context:
space:
mode:
authorame <[email protected]>2025-06-12 13:57:51 -0500
committerame <[email protected]>2025-06-12 13:57:51 -0500
commitfe09d3576ada9918f55431298c5d9a099e690761 (patch)
tree32fc93c956154a0cdc6a760f3acca1263d4feb2a /src/io.h
parent8e7257aac8b30aaa57577770fd636e784361e35d (diff)
rewrite mimetype parsing
Diffstat (limited to 'src/io.h')
-rw-r--r--src/io.h2
1 files changed, 2 insertions, 0 deletions
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}},