diff options
Diffstat (limited to '7ed.h')
-rw-r--r-- | 7ed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |