diff options
Diffstat (limited to 'calendar/calendar-conduit.h')
-rw-r--r-- | calendar/calendar-conduit.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/calendar/calendar-conduit.h b/calendar/calendar-conduit.h index 2f5cc0c7da..c34457acc5 100644 --- a/calendar/calendar-conduit.h +++ b/calendar/calendar-conduit.h @@ -13,14 +13,14 @@ 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; + /* The stuff from gnome-pilot-conduit-standard-abs.h */ + LocalRecord local; + /* The corresponding iCal object */ + iCalObject *ical; + /* used by iterations, points to a GList element */ + GList *list_ptr; + /* pilot-link appointment structure, used for implementing Transmit */ + struct Appointment *a; }; typedef struct _ConduitCfg ConduitCfg; |