Added toggle buttons for switching speak engine, update PO files
[mstardict] / stardict-plugins / stardict-wiki-parsedata-plugin / stardict_wiki2xml.h
1 #ifndef _STARDICT_WIKI2XML_H_
2 #define _STARDICT_WIKI2XML_H_
3
4 #include <string>
5
6 extern std::string wiki2xml(std::string &str);
7 extern std::string wikixml2pango(std::string &str);
8
9 #endif