summaryrefslogtreecommitdiff
path: root/choices.c
diff options
context:
space:
mode:
Diffstat (limited to 'choices.c')
-rw-r--r--choices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/choices.c b/choices.c
index 455aacc..25b9217 100644
--- a/choices.c
+++ b/choices.c
@@ -89,6 +89,7 @@ const char *choices_get(choices_t *c, size_t n) {
return NULL;
}
}
+
double choices_getscore(choices_t *c, size_t n) {
return c->results[n].score;
}