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.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'e-util/e-account.h') diff --git a/e-util/e-account.h b/e-util/e-account.h index 2066e9fcfa..3b3398945f 100644 --- a/e-util/e-account.h +++ b/e-util/e-account.h @@ -73,7 +73,7 @@ typedef enum _e_account_access_t { E_ACCOUNT_ACCESS_WRITE = 1<<0, } e_account_access_t; -typedef struct { +typedef struct _EAccountIdentity { char *name; char *address; char *reply_to; @@ -83,7 +83,7 @@ typedef struct { gboolean auto_signature; } EAccountIdentity; -typedef struct { +typedef struct _EAccountService { char *url; gboolean keep_on_server; gboolean auto_check; @@ -91,7 +91,7 @@ typedef struct { gboolean save_passwd; } EAccountService; -typedef struct { +typedef struct _EAccount { GObject parent_object; char *name; -- cgit v1.2.3