From: Paul Eggert Date: Mon, 2 Aug 2004 22:57:37 +0000 (+0000) Subject: Include . X-Git-Tag: v5.3.0~910 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55f95fe9788a9e0437d2fc2a4d7330b823381ed;p=thirdparty%2Fcoreutils.git Include . (yesno): Return bool, not int. --- diff --git a/lib/yesno.h b/lib/yesno.h index dff4e7ee16..0c2570dd25 100644 --- a/lib/yesno.h +++ b/lib/yesno.h @@ -19,6 +19,8 @@ #ifndef YESNO_H_ # define YESNO_H_ -int yesno (void); +# include + +bool yesno (void); #endif