X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fsetnames.c;h=38606436b4bbc293258e6da5e43f89874ee6f935;hb=23f2f5abfec1098ce98afa88b8308b869d59216c;hp=67e0de75a6474d02d584b040620eb0e7d3960c98;hpb=0860307de69e9a3fe012afb5311465a5ff1f1186;p=libucw.git diff --git a/charset/setnames.c b/charset/setnames.c index 67e0de75..38606436 100644 --- a/charset/setnames.c +++ b/charset/setnames.c @@ -1,19 +1,18 @@ /* * Character Set Conversion Library 1.0 -- Character Set Names * - * (c) 1998 Martin Mares + * (c) 1998--2001 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU General Public License. */ -#include -#include - #include "lib/lib.h" -#include "charconv.h" +#include "charset/charconv.h" + +#include -char *cs_names[] = { +static char *cs_names[] = { "US-ASCII", "ISO-8859-1", "ISO-8859-2",