From 2485eae90d07f5d649729e6bd02d15ae1b38006d Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 12 Jan 1998 02:51:30 +0000 Subject: New Gnome Calendar files svn path=/trunk/; revision=2 --- calendar/gui/cal_struct.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 calendar/gui/cal_struct.h (limited to 'calendar/gui') diff --git a/calendar/gui/cal_struct.h b/calendar/gui/cal_struct.h new file mode 100644 index 0000000000..77420cf9ff --- /dev/null +++ b/calendar/gui/cal_struct.h @@ -0,0 +1,14 @@ +struct actionitem { + char date[MAX_SZ]; + char time[MAX_SZ]; +} + +struct event { + struct actionitem start; + struct actionitem end; + + char description[MAX_SZ]; + char subtype[MAX_SZ]; + GList *properties; +} + -- cgit v1.2.3