From d239a18ce4bff4bd07c17118ca429f5020fc1731 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 31 Mar 2004 10:08:38 +0000 Subject: similar to below. 2004-03-31 Not Zed * e-account-list.h: similar to below. * e-account.h: define struct _EAccount* so you can properly forward declare it. svn path=/trunk/; revision=25260 --- e-util/e-account-list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-account-list.h') diff --git a/e-util/e-account-list.h b/e-util/e-account-list.h index b47efb42ae..f2b17af360 100644 --- a/e-util/e-account-list.h +++ b/e-util/e-account-list.h @@ -40,7 +40,7 @@ typedef enum _e_account_find_t { E_ACCOUNT_FIND_ID_ADDRESS, } e_account_find_t; -typedef struct { +typedef struct _EAccountList { EList parent_object; EAccountListPrivate *priv; -- cgit v1.2.3