From d4c8a8062ff722d7165f4b5faefe0f9b73d3738a Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 6 Jun 2023 01:58:42 +0200 Subject: Split wildcard_cmp into its own component Future commits will make use of this function outside handler.c. --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 4a9dfa5..1ca7a3c 100644 --- a/main.c +++ b/main.c @@ -6,6 +6,7 @@ #include "hex.h" #include "http.h" #include "page.h" +#include "wildcard_cmp.h" #include #include #include -- cgit v1.2.3