summaryrefslogtreecommitdiffstats
path: root/src/rccconfig.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-13 16:49:47 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-13 16:49:47 +0000
commit7233ff9095194b38586ce438379f08691a0fecdd (patch)
tree8c14b8899914b4ae9e0d6f62e14dd6b3519983cd /src/rccconfig.h
parentfad788d3f02564486039886b1de1cbf976776ac3 (diff)
downloadlibrcc-7233ff9095194b38586ce438379f08691a0fecdd.tar.gz
librcc-7233ff9095194b38586ce438379f08691a0fecdd.tar.bz2
librcc-7233ff9095194b38586ce438379f08691a0fecdd.tar.xz
librcc-7233ff9095194b38586ce438379f08691a0fecdd.zip
Engine Plugins
Diffstat (limited to 'src/rccconfig.h')
-rw-r--r--src/rccconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/rccconfig.h b/src/rccconfig.h
index fa644cc..868974f 100644
--- a/src/rccconfig.h
+++ b/src/rccconfig.h
@@ -7,18 +7,24 @@
#define RCC_LOCALE_VARIABLE "LC_CTYPE"
extern rcc_language_alias rcc_default_aliases[];
+extern const char rcc_default_charset[];
+extern const char rcc_utf8_charset[];
extern const char rcc_engine_nonconfigured[];
extern const char rcc_option_nonconfigured[];
extern rcc_engine rcc_default_engine;
extern rcc_engine rcc_russian_engine;
+extern rcc_engine rcc_ukrainian_engine;
+extern rcc_language rcc_default_languages_embeded[];
extern rcc_language rcc_default_languages[];
-
+extern rcc_option_description rcc_option_descriptions_embeded[];
extern rcc_option_description rcc_option_descriptions[];
rcc_option_description *rccGetOptionDescription(rcc_option option);
rcc_option_description *rccGetOptionDescriptionByName(const char *name);
+rcc_language_id rccDefaultGetLanguageByName(const char *name);
+
#endif /* _RCC_CONFIG_H */