changeset 4686:70bf7ce55a75

(main): Define with a prototype.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 11 Sep 2003 08:46:51 +0000
parents 2e7b90348c21
children 477fa614cfdc
files lib/yesno.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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