aboutsummaryrefslogtreecommitdiff
path: root/src/net/util.h
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2024-09-29 02:49:05 -0500
committeramelia squires <[email protected]>2024-09-29 02:49:05 -0500
commite29d3ea86551380ace8e2c86c9f1f63e901941e1 (patch)
tree526d2f71581e2584c9de2b958fd89b6ce0fb0ac1 /src/net/util.h
parent1feb3c40514a7c1726f29502ce37966c308bea79 (diff)
docs n stuff
Diffstat (limited to 'src/net/util.h')
-rw-r--r--src/net/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/util.h b/src/net/util.h
index fbe73f8..e592420 100644
--- a/src/net/util.h
+++ b/src/net/util.h
@@ -1,5 +1,7 @@
#include "common.h"
#include "../types/larray.h"
+
+#define MIMETYPES "/etc/mime.types"
/**
* @brief calls recv into buffer until everything is read
*
@@ -50,3 +52,4 @@ parray_t* route_match(parray_t* paths, char* path, larray_t** params);
int match_param(char* path, char* match, parray_t* arr);
+void parse_mimetypes();