diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-06-06 01:58:42 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-06-06 03:48:50 +0200 |
| commit | d4c8a8062ff722d7165f4b5faefe0f9b73d3738a (patch) | |
| tree | 3282708835e37a96082cc346e71162de3e1ec924 /main.c | |
| parent | c4a3d54ac9f28d4690a88d9abcc262e6ffb9e381 (diff) | |
| download | slcl-d4c8a8062ff722d7165f4b5faefe0f9b73d3738a.tar.gz | |
Split wildcard_cmp into its own component
Future commits will make use of this function outside handler.c.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include "hex.h" #include "http.h" #include "page.h" +#include "wildcard_cmp.h" #include <openssl/err.h> #include <openssl/rand.h> #include <dynstr.h> |
