diff options
| author | ame <[email protected]> | 2025-06-12 13:57:51 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-06-12 13:57:51 -0500 |
| commit | fe09d3576ada9918f55431298c5d9a099e690761 (patch) | |
| tree | 32fc93c956154a0cdc6a760f3acca1263d4feb2a /src/io.h | |
| parent | 8e7257aac8b30aaa57577770fd636e784361e35d (diff) | |
rewrite mimetype parsing
Diffstat (limited to 'src/io.h')
| -rw-r--r-- | src/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}}, |
