aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-04 11:43:48 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-04 11:43:48 +0800
commitc050cb45aa1eb2af7b53451334a4b979b27c5214 (patch)
tree6585e7ce32858b4473776d1d9472e7a977914996 /calendar/calendar.h
parentbacbb085895ae69e7f443cc39e04b686128a63a3 (diff)
downloadgsoc2013-evolution-c050cb45aa1eb2af7b53451334a4b979b27c5214.tar
gsoc2013-evolution-c050cb45aa1eb2af7b53451334a4b979b27c5214.tar.gz
gsoc2013-evolution-c050cb45aa1eb2af7b53451334a4b979b27c5214.tar.bz2
gsoc2013-evolution-c050cb45aa1eb2af7b53451334a4b979b27c5214.tar.lz
gsoc2013-evolution-c050cb45aa1eb2af7b53451334a4b979b27c5214.tar.xz
gsoc2013-evolution-c050cb45aa1eb2af7b53451334a4b979b27c5214.tar.zst
gsoc2013-evolution-c050cb45aa1eb2af7b53451334a4b979b27c5214.zip
lots more -mig
svn path=/trunk/; revision=105
Diffstat (limited to 'calendar/calendar.h')
-rw-r--r--calendar/calendar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/calendar.h b/calendar/calendar.h
index 805076d949..f990caabd6 100644
--- a/calendar/calendar.h
+++ b/calendar/calendar.h
@@ -14,6 +14,7 @@ typedef struct {
time_t created;
int modified;
+ void *temp;
} Calendar;
Calendar *calendar_new (char *title);