aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstilic <[email protected]>2026-05-06 15:32:20 +0200
committerstilic <[email protected]>2026-05-06 15:32:20 +0200
commit054ea901178f56acb599b274c14c8584e4bc1d50 (patch)
tree90fb784100057480023b24990a1cfee418f38d2b /src
parent0b12634ac6613675abecbdcadc9374e87590cdb7 (diff)
Update net.h
Diffstat (limited to 'src')
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 75c2515..79f3c38 100644
--- a/src/net.h
+++ b/src/net.h
@@ -48,7 +48,7 @@ static const luaL_Reg net_function_list [] = {
};
extern char* _mimetypes;
-extern uint64_t _mimetypes_len;
+extern size_t _mimetypes_len;
static struct config net_config[] = {
{.name = "mimetypes", .type = c_string, .value = {.c_string = &_mimetypes, .len = &_mimetypes_len}},