aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authoramy <[email protected]>2026-05-07 01:25:27 -0500
committerGitHub <[email protected]>2026-05-07 01:25:27 -0500
commit215a31d4eef417e1f6a29fba23eab830f7630634 (patch)
treea4f3eee382b9e083dbdea5f9597ff8e4020df4e2 /src/net.h
parent5aa3f628e4e7a74800cdeb9452875edb62c03d63 (diff)
parentddc618791543a4acf804151b3757faf4f6c9b7b2 (diff)
Merge pull request #9 from stilic/state-copy-changes
add 32bit support
Diffstat (limited to 'src/net.h')
-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}},