]> mj.ucw.cz Git - libucw.git/blobdiff - charset/setnames.c
Exported conversions between internal character codes and UCS.
[libucw.git] / charset / setnames.c
index 67e0de75a6474d02d584b040620eb0e7d3960c98..38606436b4bbc293258e6da5e43f89874ee6f935 100644 (file)
@@ -1,19 +1,18 @@
 /*
  *     Character Set Conversion Library 1.0 -- Character Set Names
  *
- *     (c) 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1998--2001 Martin Mares <mj@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU General Public License.
  */
 
-#include <stdio.h>
-#include <string.h>
-
 #include "lib/lib.h"
-#include "charconv.h"
+#include "charset/charconv.h"
+
+#include <string.h>
 
-char *cs_names[] = {
+static char *cs_names[] = {
        "US-ASCII",
        "ISO-8859-1",
        "ISO-8859-2",