X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=misc.c;h=63cabf7c07bb340dc831790c72e6fdf43d64f2c3;hp=8f273e9b986e8d404ffef21984787926e6f1fe2e;hb=b27f767cc6658a4f7500054c75887d69c340c0f8;hpb=609159ad6d62af90cdbf97cbb09fffabde87a026 diff --git a/misc.c b/misc.c index 8f273e9..63cabf7 100644 --- a/misc.c +++ b/misc.c @@ -200,7 +200,7 @@ static int word_count(char* str) return (count); } -static char* get_input() +static char* get_input(void) { // Set up the prompt char input_prompt[] = "> "; @@ -238,7 +238,7 @@ static char* get_input() return (input); } -bool silent_yes() +bool silent_yes(void) { bool outcome = false;