Imported version 0.4-1
[mstardict] / stardict-plugins / stardict-powerword-parsedata-plugin / stardict_powerword_parsedata.v
diff --git a/stardict-plugins/stardict-powerword-parsedata-plugin/stardict_powerword_parsedata.v b/stardict-plugins/stardict-powerword-parsedata-plugin/stardict_powerword_parsedata.v
new file mode 100644 (file)
index 0000000..683abb3
--- /dev/null
@@ -0,0 +1,10 @@
+{
+       global:
+               extern "C" {
+                       stardict_plugin_init;
+                       stardict_plugin_exit;
+                       stardict_parsedata_plugin_init;
+               };
+       local:
+               *;
+};