X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fgettext.h;h=759d81f4affa24abc9032e5ee87b944a33d4cc2d;hp=ba92769e25ef2795ba466180c819fd7b15fbf17d;hb=a227843b739d279b63adcf3736ebb03d856080c4;hpb=856de4c5fe8acd779aa9277d4554e34ff3625e97 diff --git a/lib/gettext.h b/lib/gettext.h index ba92769e..759d81f4 100644 --- a/lib/gettext.h +++ b/lib/gettext.h @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -11,10 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. - You should have received a copy of the GNU Library 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. */ + You should have received a copy of the GNU Library Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ #ifndef _LIBGETTEXT_H #define _LIBGETTEXT_H 1 @@ -61,7 +61,7 @@ # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset)) # define _(Text) Text -# define setlocale(Category, Locale) ((chonst char *) (Locale)) +# define setlocale(Category, Locale) ((const char *) (Locale)) #endif