diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 15:56:22 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 15:56:22 +0100 |
| commit | 60aebe82112277176ba437bf7310aecca2b74bbf (patch) | |
| tree | 30e6d976aed2dea96d376e1e007bdf16408c3fab /src | |
| parent | d22307899fdcc0d8796fbc098252316cb4a2f30a (diff) | |
Make function static
Diffstat (limited to 'src')
| -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); |
