spmenu/libs/match.h

6 lines
173 B
C
Raw Permalink Normal View History

2023-05-14 00:21:16 +02:00
/* See LICENSE file for copyright and license details. */
2023-03-13 21:21:40 +01:00
static void fuzzymatch(void);
static void match(void);
static int compare_distance(const void *a, const void *b);