X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fyesno.c;h=ddb34454c3c3497f3f7c12ea2ca315075e469ad9;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=05bf80e85231e497f8b6e9396f0893b8838376da;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/yesno.c b/lib/yesno.c index 05bf80e85..ddb34454c 100644 --- a/lib/yesno.c +++ b/lib/yesno.c @@ -1,7 +1,6 @@ /* yesno.c -- read a yes/no response from stdin - Copyright (C) 1990, 1998, 2001, 2003, 2004, 2005, 2006, 2007 Free - Software Foundation, Inc. + Copyright (C) 1990, 1998, 2001, 2003-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,8 +22,6 @@ #include #include -extern int rpmatch (char const *response); - /* Return true if we read an affirmative line from standard input. Since this function uses stdin, it is suggested that the caller not