summaryrefslogtreecommitdiff
path: root/src/utils/langs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/langs.h')
-rw-r--r--src/utils/langs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/langs.h b/src/utils/langs.h
index c3f2f1398..3b9f49f71 100644
--- a/src/utils/langs.h
+++ b/src/utils/langs.h
@@ -29,6 +29,9 @@
#include <set>
#include <vector>
+typedef std::vector<std::string> LangVect;
+typedef LangVect::const_iterator LangIter;
+
std::vector<std::string> getLang();
std::string getLangSimple();