summaryrefslogtreecommitdiffstats
path: root/src/rcclocale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcclocale.h')
-rw-r--r--src/rcclocale.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rcclocale.h b/src/rcclocale.h
new file mode 100644
index 0000000..fbbfc24
--- /dev/null
+++ b/src/rcclocale.h
@@ -0,0 +1,7 @@
+#ifndef _RCC_LOCALE_H
+#define _RCC_LOCALE_H
+
+int rccLocaleGetLanguage(char *result, const char *lv, unsigned int n);
+int rccLocaleGetCharset(char *result, const char *lv, unsigned int n);
+
+#endif /* _RCC_LOCALE_H */