summaryrefslogtreecommitdiffstats
path: root/src/rcclocale.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-26 17:51:43 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-26 17:51:43 +0000
commitc60519ab50b32dc282b385b3bbb2df319279f655 (patch)
tree001c2f9653029878da1eee01d19636221a5ad268 /src/rcclocale.h
parent3aa2acb1aa6931d9a5cab87fe9bef94086e25d16 (diff)
downloadlibrcc-c60519ab50b32dc282b385b3bbb2df319279f655.tar.gz
librcc-c60519ab50b32dc282b385b3bbb2df319279f655.tar.bz2
librcc-c60519ab50b32dc282b385b3bbb2df319279f655.tar.xz
librcc-c60519ab50b32dc282b385b3bbb2df319279f655.zip
26.06.2005
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 */