diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-07-14 08:45:46 +0000 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-07-14 08:45:46 +0000 |
commit | f15620c372b8813a87d07eee169cf2096c99c173 (patch) | |
tree | f1c59f41d4a9c9f5f45595695327b0e4a74b1408 /src/rcclocale.c | |
parent | 7233ff9095194b38586ce438379f08691a0fecdd (diff) | |
download | librcc-f15620c372b8813a87d07eee169cf2096c99c173.tar.gz librcc-f15620c372b8813a87d07eee169cf2096c99c173.tar.bz2 librcc-f15620c372b8813a87d07eee169cf2096c99c173.tar.xz librcc-f15620c372b8813a87d07eee169cf2096c99c173.zip |
IConv and DB4
Diffstat (limited to 'src/rcclocale.c')
-rw-r--r-- | src/rcclocale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcclocale.c b/src/rcclocale.c index 3e5b56e..838dfd6 100644 --- a/src/rcclocale.c +++ b/src/rcclocale.c @@ -11,7 +11,7 @@ #include "rccconfig.h" -static int rccLocaleGetClassByName(const char *locale) { +int rccLocaleGetClassByName(const char *locale) { if (!locale) return LC_CTYPE; if (!strcmp(locale, "LC_CTYPE")) return LC_CTYPE; |