summaryrefslogtreecommitdiffstats
path: root/ui/rccnames.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-02 05:08:36 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-02 05:08:36 +0000
commit97e76f4c979d7a0c4ed296c512c3024e3c6afa18 (patch)
treea83fe703fa3ef3a26eed5d6c5929fdcad7429072 /ui/rccnames.h
parent081011f386915bd037a3569e46ed5e4f10c490da (diff)
downloadlibrcc-97e76f4c979d7a0c4ed296c512c3024e3c6afa18.tar.gz
librcc-97e76f4c979d7a0c4ed296c512c3024e3c6afa18.tar.bz2
librcc-97e76f4c979d7a0c4ed296c512c3024e3c6afa18.tar.xz
librcc-97e76f4c979d7a0c4ed296c512c3024e3c6afa18.zip
02.07.2005
Diffstat (limited to 'ui/rccnames.h')
-rw-r--r--ui/rccnames.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/rccnames.h b/ui/rccnames.h
new file mode 100644
index 0000000..cb23960
--- /dev/null
+++ b/ui/rccnames.h
@@ -0,0 +1,9 @@
+#ifndef _RCC_UI_NAMES_C
+#define _RCC_UI_NAMES_H
+
+
+const char *rccUiGetLanguageName(rcc_ui_context ctx, const char *lang);
+const char *rccUiGetOptionName(rcc_ui_context ctx, rcc_option option);
+
+
+#endif /* _RCC_UI_NAMES_H */