aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-conduit.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-conduit.h')
-rw-r--r--calendar/gui/calendar-conduit.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/gui/calendar-conduit.h b/calendar/gui/calendar-conduit.h
index 5b7be2367d..2f5cc0c7da 100644
--- a/calendar/gui/calendar-conduit.h
+++ b/calendar/gui/calendar-conduit.h
@@ -9,6 +9,19 @@
#include <pi-datebook.h>
#include <gnome.h>
+#define CALLOCALRECORD(s) ((CalLocalRecord*)(s))
+typedef struct _CalLocalRecord CalLocalRecord;
+
+struct _CalLocalRecord {
+ /* The stuff from gnome-pilot-conduit-standard-abs.h */
+ LocalRecord local;
+ /* The Pilot ID of the record */
+ recordid_t ID;
+ /* The corresponding iCal object */
+ iCalObject *ical;
+ /* used by iterations, points to a GList element */
+ GList *list_ptr;
+};
typedef struct _ConduitCfg ConduitCfg;