0.8.8claws26
[claws.git] / src / common / plugin.h
index 28b291a3546054c3d8cb60930e1d9100b80a8d05..6d18e27afd3505d7b666be349670f9ac1c67890c 100644 (file)
@@ -27,6 +27,8 @@ typedef struct _Plugin Plugin;
 /* Functions to implement by the plugin */
 gint plugin_init               (gchar          **error);
 void plugin_done               ();
+const gchar *plugin_name       ();
+const gchar *plugin_desc       ();
 
 /* Functions by the sylpheed plugin system */
 gint plugin_load               (const gchar     *filename,