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. --- wildcard_cmp.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wildcard_cmp.h (limited to 'wildcard_cmp.h') diff --git a/wildcard_cmp.h b/wildcard_cmp.h new file mode 100644 index 0000000..9024dbc --- /dev/null +++ b/wildcard_cmp.h @@ -0,0 +1,6 @@ +#ifndef WILDCARD_CMP_H +#define WILDCARD_CMP_H + +int wildcard_cmp(const char *s, const char *p); + +#endif /* WILDCARD_CMP_H */ -- cgit v1.2.3