2006-08-27 [colin] 2.4.0cvs97
[claws.git] / src / plugins / demo / demo.c
index 2766372dbfed47945b7505e6a70e20d58dfea8bf..a223df8288e627ce760f9022a87abda4b28be16a 100644 (file)
@@ -96,3 +96,11 @@ const gchar *plugin_version(void)
 {
        return VERSION;
 }
+
+struct PluginFeature *plugin_provides(void)
+{
+       static struct PluginFeature features[] = 
+               { {PLUGIN_OTHER, N_("Demo")},
+                 {PLUGIN_NOTHING, NULL}};
+       return features;
+}