summaryrefslogtreecommitdiff
path: root/sorters.c
diff options
context:
space:
mode:
Diffstat (limited to 'sorters.c')
-rw-r--r--sorters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sorters.c b/sorters.c
index 33f85c2..99e000e 100644
--- a/sorters.c
+++ b/sorters.c
@@ -5,5 +5,6 @@ const struct sorter sorters[] = {
{ .name = "glibc quicksort", .func = glibc_quicksort },
{ .name = "glibc mergesort", .func = glibc_mergesort },
{ .name = "musl", .func = musl_qsort },
+ { .name = "wikisort", .func = wikisort },
{ 0 }
};