diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ static void assert_db_exists(void) /* Prompt the user for yes or no (default is yes). Before calling, a prompt * should be printed to stdout, eventually not with an ending newline. */ -int prompt_yes_no(void) +static int prompt_yes_no(void) { printf(" [Y/n]\n"); fflush(stdout); |
