[evolution-patches] [PATCH] Mail Importer global sym declared in header
- From: Hans Petter Jansson <hpj ximian com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] [PATCH] Mail Importer global sym declared in header
- Date: Sun, 30 Jan 2005 19:44:52 -0600
A global symbol was declared in a header included by multiple sources,
causing a conflict. It's possible that this symbol can just be removed,
I didn't find any references to it.
--
Hans Petter Jansson | <hpj novell com>
Evolution Developer | http://hp.cl.no/
Index: mail/importers/mail-importer.h
===================================================================
RCS file: /cvs/gnome/evolution/mail/importers/mail-importer.h,v
retrieving revision 1.4
diff -u -p -r1.4 mail-importer.h
--- mail/importers/mail-importer.h 13 Feb 2004 10:14:30 -0000 1.4
+++ mail/importers/mail-importer.h 31 Jan 2005 01:42:52 -0000
@@ -23,7 +23,7 @@
#ifndef __MAIL_IMPORTER_H__
#define __MAIL_IMPORTER_H__
-struct _MailComponent *mc;
+static struct _MailComponent *mc;
typedef struct _MailImporter MailImporter;
struct _MailImporter {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]