aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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}},