diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-16 15:53:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 15:53:53 +0800 |
commit | 318fc604c17d6cf30a8db5708f8e692baa985fd3 (patch) | |
tree | 010e646efa5233b811fac733c9d26a6911e309a6 /mail/message-list.h | |
parent | 3e68ed9f53f719abf71274988486498ed6534d68 (diff) | |
download | gsoc2013-evolution-318fc604c17d6cf30a8db5708f8e692baa985fd3.tar.gz gsoc2013-evolution-318fc604c17d6cf30a8db5708f8e692baa985fd3.tar.zst gsoc2013-evolution-318fc604c17d6cf30a8db5708f8e692baa985fd3.zip |
forward-reference structures
2005-05-16 Not Zed <NotZed@Ximian.com>
* mail-vfolder.h:
* mail-autofilter.h: forward-reference structures
* *.h: Make installed headers includable from mail/
* Makefile.am (mailinclude_HEADERS): install various mail headers
as first cut at public plugin api.
svn path=/trunk/; revision=29371
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index b1e8b026f4..bbb4db3f69 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -29,7 +29,6 @@ #include <gal/e-table/e-table-simple.h> #include <gal/e-table/e-tree-scrolled.h> -#include "mail-types.h" #ifdef __cplusplus extern "C" { @@ -79,6 +78,8 @@ enum { /* dont change */ #define ML_HIDE_SAME (2147483646) +typedef struct _MessageList MessageList; + struct _MessageList { ETreeScrolled parent; |