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-07-20 23:52:55 +0200 |
| commit | 0759122e4c7dd17af9f981040e44c747579478b6 (patch) | |
| tree | 0c3519520c70819a70b8962e59a722825fb3bd16 /wildcard_cmp.h | |
| parent | 3f642351232e51963c980a46260ce59076588c55 (diff) | |
| download | libweb-0759122e4c7dd17af9f981040e44c747579478b6.tar.gz | |
Split wildcard_cmp into its own component
Future commits will make use of this function outside handler.c.
Diffstat (limited to 'wildcard_cmp.h')
| -rw-r--r-- | wildcard_cmp.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |
