spmenu/libs/match.h
2023-05-14 00:21:16 +02:00

6 lines
173 B
C

/* See LICENSE file for copyright and license details. */
static void fuzzymatch(void);
static void match(void);
static int compare_distance(const void *a, const void *b);