[Commits] [SCM] claws branch, master, updated. 3.9.3-67-gec7df21
miras at claws-mail.org
miras at claws-mail.org
Thu Apr 17 16:16:00 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via ec7df218a75fd5312211513867d986ed8d07f8fc (commit)
from 57e2da0859f4fcea4fd1d352ed09d67f5cc8111e (commit)
- Log -----------------------------------------------------------------
commit ec7df218a75fd5312211513867d986ed8d07f8fc
Author: Michael Rasmussen <mir at datanom.net>
Date: Thu Apr 17 16:15:07 2014 +0200
Fix build bug.
addrharvest.c:61: error: redefinition of typedef ‘HeaderEntry’
proctypes.h:58: note: previous declaration of ‘HeaderEntry’ was here
diff --git a/src/addrharvest.c b/src/addrharvest.c
index 2fa27f9..4178f0e 100644
--- a/src/addrharvest.c
+++ b/src/addrharvest.c
@@ -26,6 +26,7 @@
#include <glib.h>
#include <string.h>
+#include "proctypes.h"
#include "utils.h"
#include "mgutils.h"
#include "addrharvest.h"
@@ -58,7 +59,6 @@ static gchar *_headerTo_ = HEADER_TO;
/*
* Header entry.
*/
-typedef struct _HeaderEntry HeaderEntry;
struct _HeaderEntry {
gchar *header;
gboolean selected;
-----------------------------------------------------------------------
Summary of changes:
src/addrharvest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list