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 /wildcard_cmp.h | |
| parent | c4a3d54ac9f28d4690a88d9abcc262e6ffb9e381 (diff) | |
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 */ |
