From: Paul Eggert Date: Thu, 11 Sep 2003 08:46:51 +0000 (+0000) Subject: (main): Define with a prototype. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8357f9241a90631195c5cf590bd9ae2ad80eb698;p=pspp (main): Define with a prototype. --- 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