[Commits] [SCM] claws branch, master, updated. 3.13.0-88-ga480d0a
mones at claws-mail.org
mones at claws-mail.org
Tue Dec 1 14:28:12 CET 2015
The branch, master has been updated
via a480d0a8702990b7bad4e8633b111c59a4179074 (commit)
from 36f21bc5a3f928dd845b287583d5e2ec69fbef8c (commit)
Summary of changes:
src/common/plugin.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit a480d0a8702990b7bad4e8633b111c59a4179074
Author: Ricardo Mones <ricardo at mones.org>
Date: Tue Dec 1 14:27:21 2015 +0100
Make interface match expectations of plugin_load()
diff --git a/src/common/plugin.h b/src/common/plugin.h
index 913795b..95ddd59 100644
--- a/src/common/plugin.h
+++ b/src/common/plugin.h
@@ -1,6 +1,6 @@
/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail Team
+ * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2015 Hiroyuki Yamamoto and the Claws Mail Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,7 +14,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef PLUGIN_H
@@ -48,6 +47,8 @@ const gchar *plugin_name (void);
const gchar *plugin_desc (void);
const gchar *plugin_version (void);
struct PluginFeature *plugin_provides (void);
+const gchar *plugin_type (void);
+const gchar *plugin_licence (void);
/* Functions by the Claws Mail plugin system */
Plugin *plugin_load (const gchar *filename,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list