From 7c920f7f22a26e377aa9eab0f56ca45caddf7217 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 2 Oct 2024 11:54:33 -0500 Subject: server errors --- src/net/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/util.h') diff --git a/src/net/util.h b/src/net/util.h index e592420..254cc32 100644 --- a/src/net/util.h +++ b/src/net/util.h @@ -53,3 +53,5 @@ 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(); + +int net_error(int fd, int code); -- cgit v1.2.3