diff options
Diffstat (limited to 'plugins/openpgp/src/register_plugin.vala')
-rw-r--r-- | plugins/openpgp/src/register_plugin.vala | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/openpgp/src/register_plugin.vala b/plugins/openpgp/src/register_plugin.vala new file mode 100644 index 00000000..c5d811a7 --- /dev/null +++ b/plugins/openpgp/src/register_plugin.vala @@ -0,0 +1,3 @@ +public Type register_plugin(Module module) { + return typeof (Dino.Plugins.OpenPgp.Plugin); +}
\ No newline at end of file |