summaryrefslogtreecommitdiff
path: root/lib/localcharset.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-05-30 13:29:10 +0000
committerBruno Haible <bruno@clisp.org>2003-05-30 13:29:10 +0000
commit360f8a2618bb34181bf5e298b291fc40955d07a0 (patch)
treedc56b4d9359bf527ea13736a1df613e3231c46b8 /lib/localcharset.h
parent6400cd62377045aee25c77ba9081ad63416735d4 (diff)
downloadgnulib-360f8a2618bb34181bf5e298b291fc40955d07a0.tar.gz
Upgrade to gettext-0.12.1.
Diffstat (limited to 'lib/localcharset.h')
-rw-r--r--lib/localcharset.h37
1 files changed, 28 insertions, 9 deletions
diff --git a/lib/localcharset.h b/lib/localcharset.h
index 2522e92ede..3b137e73c5 100644
--- a/lib/localcharset.h
+++ b/lib/localcharset.h
@@ -1,19 +1,30 @@
/* Determine a canonical name for the current locale's character encoding.
- Copyright (C) 2002 Free Software Foundation, Inc.
+ Copyright (C) 2000-2003 Free Software Foundation, Inc.
+ This file is part of the GNU CHARSET Library.
- 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)
+ 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
+ by the Free Software Foundation; either version 2, 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
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ 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. */
+
+#ifndef _LOCALCHARSET_H
+#define _LOCALCHARSET_H
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
- 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. */
/* Determine the current locale's character encoding, and canonicalize it
into one of the canonical names listed in config.charset.
@@ -21,3 +32,11 @@
If the canonical name cannot be determined, the result is a non-canonical
name. */
extern const char * locale_charset (void);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif /* _LOCALCHARSET_H */