aboutsummaryrefslogtreecommitdiff
path: root/wildcard_cmp.c
Commit message (Collapse)AuthorAgeFilesLines
* wildcard_cmp: Allow case-insensitive searchesXavier Del Campo Romero2023-07-201-12/+25
| | | | The new search feature will require them.
* Split wildcard_cmp into its own componentXavier Del Campo Romero2023-07-201-0/+44
Future commits will make use of this function outside handler.c.