From 054ea901178f56acb599b274c14c8584e4bc1d50 Mon Sep 17 00:00:00 2001 From: stilic Date: Wed, 6 May 2026 15:32:20 +0200 Subject: Update net.h --- src/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}}, -- cgit v1.2.3