From 8357f9241a90631195c5cf590bd9ae2ad80eb698 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 11 Sep 2003 08:46:51 +0000 Subject: [PATCH] (main): Define with a prototype. --- lib/yesno.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/yesno.c b/lib/yesno.c index 2a6696cd6d..0ad5511d35 100644 --- a/lib/yesno.c +++ b/lib/yesno.c @@ -31,7 +31,7 @@ extern int rpmatch (char const *response); int -yesno () +yesno (void) { /* We make some assumptions here: a) leading white space in the response are not vital -- 2.30.2