diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-31 18:08:38 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-31 18:08:38 +0800 |
commit | d239a18ce4bff4bd07c17118ca429f5020fc1731 (patch) | |
tree | a03ecf2d28bec4859ad55e8f45c08c0e58d1c560 /e-util/e-account-list.h | |
parent | 13e4a8b61bd0850e996376ec2000829c44b7ce38 (diff) | |
download | gsoc2013-evolution-d239a18ce4bff4bd07c17118ca429f5020fc1731.tar.gz gsoc2013-evolution-d239a18ce4bff4bd07c17118ca429f5020fc1731.tar.zst gsoc2013-evolution-d239a18ce4bff4bd07c17118ca429f5020fc1731.zip |
similar to below.
2004-03-31 Not Zed <NotZed@Ximian.com>
* 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
Diffstat (limited to 'e-util/e-account-list.h')
-rw-r--r-- | e-util/e-account-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |