[Commits] [SCM] claws branch, master, updated. 3.9.0-199-gf709f3e

claws at claws-mail.org claws at claws-mail.org
Fri Apr 26 13:10:53 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  f709f3e92873dd36a41f3a089244422aeed5d8f6 (commit)
      from  9c3554fd150a91745bf8827b8f66c5ef316592ed (commit)


- Log -----------------------------------------------------------------
commit f709f3e92873dd36a41f3a089244422aeed5d8f6
Author: Paul <paul at claws-mail.org>
Date:   Fri Apr 26 12:10:46 2013 +0100

    fix implicit declaration warnings

diff --git a/src/mainwindow.c b/src/mainwindow.c
index 40289af..6e28758 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -89,6 +89,7 @@
 #include "news.h"
 #include "socket.h"
 #include "printing.h"
+#include "send_message.h"
 #ifdef G_OS_WIN32
 #include "w32lib.h"
 #endif
diff --git a/src/send_message.h b/src/send_message.h
index b5ae53d..c0861fd 100644
--- a/src/send_message.h
+++ b/src/send_message.h
@@ -42,6 +42,6 @@ gint send_message_smtp_full	(PrefsAccount *ac_prefs,
 				 FILE *fp, 
 				 gboolean keep_session);
 void send_cancel	(void);
-gboolean inc_is_active	(void);
+gboolean send_is_active	(void);
 
 #endif /* __SEND_H__ */

-----------------------------------------------------------------------

Summary of changes:
 src/mainwindow.c   |    1 +
 src/send_message.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list