X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=intl%2Flangprefs.c;h=59c8def215e895e4a2d8d3bbdbe87b9ab225b45e;hb=ea6240b785e02536463e6eb5ac8d63be9e77ba18;hp=20137b65ed6c01fc6e7d141e44ef9c17c717dec3;hpb=f84a1c6e5c6173e7d0aea0fb2adde988ee5f7b27;p=lyx.git diff --git a/intl/langprefs.c b/intl/langprefs.c index 20137b65ed..59c8def215 100644 --- a/intl/langprefs.c +++ b/intl/langprefs.c @@ -1,5 +1,5 @@ /* Determine the user's language preferences. - Copyright (C) 2004-2005 Free Software Foundation, Inc. + Copyright (C) 2004-2006 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 @@ -26,16 +26,16 @@ #if HAVE_CFPREFERENCESCOPYAPPVALUE # include -# include -# include -# include -# include +# include +# include +# include +# include extern void _nl_locale_name_canonicalize (char *name); #endif /* Determine the user's language preferences, as a colon separated list of locale names in XPG syntax - language[_territory[.codeset]][@modifier] + language[_territory][.codeset][@modifier] The result must not be freed; it is statically allocated. The LANGUAGE environment variable does not need to be considered; it is already taken into account by the caller. */