@@ -38,7 +38,7 @@ char *getstring(char *fmt, ...) {
return buf;
}
int yes_no_prompt(const char *fmt, ...) {
int yesno(char *fmt, ...) {
char prompt[256];
va_list ap;
The note is not visible to the blocked user.