Imported version 0.4-1
[mstardict] / stardict-plugins / stardict-html-parsedata-plugin / stardict_html_parsedata.v
1 {
2         global:
3                 extern "C" {
4                         stardict_plugin_init;
5                         stardict_plugin_exit;
6                         stardict_parsedata_plugin_init;
7                 };
8         local:
9                 *;
10 };