diff options
Diffstat (limited to 'addressbook/backend/ebook/e-card.h')
-rw-r--r-- | addressbook/backend/ebook/e-card.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h index 3992067a55..8b0ac11b4d 100644 --- a/addressbook/backend/ebook/e-card.h +++ b/addressbook/backend/ebook/e-card.h @@ -65,6 +65,8 @@ struct _ECard { char *fburl; /* Free Busy URL */ + gint timezone; /* number of minutes from UTC as an int */ + EList *categories; /* Categories. */ EList *arbitrary; /* Arbitrary fields. */ |