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 c2d04e5..2e9acc9 100644
--- a/sorters.c
+++ b/sorters.c
@@ -10,6 +10,7 @@ const struct sorter sorters[] = {
{ .name = "musl", .func = musl_qsort },
{ .name = "wikisort", .func = wikisort },
{ .name = "wikisort (ref)", .func = wikisort_ref },
+ { .name = "grailsort", .func = grailsort },
{ 0 }
};