X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhard-locale.h;h=b081e1cd4753c9da3ccb2526b0aab3aba73bc0e0;hb=e1baaf8d7c7da5c45041f3ecaf227dfd03c01891;hp=ddc15d019dbcca2d94876245daea4efc536b81ea;hpb=68af56be3e061b97cf97150094bc50b0aa364cbb;p=gnulib.git diff --git a/lib/hard-locale.h b/lib/hard-locale.h index ddc15d019..b081e1cd4 100644 --- a/lib/hard-locale.h +++ b/lib/hard-locale.h @@ -1,11 +1,11 @@ /* Determine whether a locale is hard. - Copyright (C) 1999, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2003-2004, 2009-2012 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,12 +13,13 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program. If not, see . */ #ifndef HARD_LOCALE_H_ # define HARD_LOCALE_H_ 1 -int hard_locale (int); +# include + +bool hard_locale (int); #endif /* HARD_LOCALE_H_ */