summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
Diffstat (limited to '7ed.h')
-rw-r--r--7ed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7ed.h b/7ed.h
index 0fdc737..28cdcef 100644
--- a/7ed.h
+++ b/7ed.h
@@ -25,7 +25,7 @@ int count_lines_in_file_posix(char filename[], size_t *lines);
void confirm();
-int choice();
+int choice(uint8_t mode);
void shuffle(char arr[], int n);