diff options
Diffstat (limited to 'src/rcclocale.h')
-rw-r--r-- | src/rcclocale.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rcclocale.h b/src/rcclocale.h index fbbfc24..dbc1364 100644 --- a/src/rcclocale.h +++ b/src/rcclocale.h @@ -1,6 +1,7 @@ #ifndef _RCC_LOCALE_H #define _RCC_LOCALE_H +int rccLocaleGetClassByName(const char *locale); int rccLocaleGetLanguage(char *result, const char *lv, unsigned int n); int rccLocaleGetCharset(char *result, const char *lv, unsigned int n); |