diff options
Diffstat (limited to 'calendar/calendar-conduit.h')
-rw-r--r-- | calendar/calendar-conduit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/calendar-conduit.h b/calendar/calendar-conduit.h index cee7d3386e..2ebf453e7e 100644 --- a/calendar/calendar-conduit.h +++ b/calendar/calendar-conduit.h @@ -37,6 +37,7 @@ typedef struct _GCalConduitCfg GCalConduitCfg; struct _GCalConduitCfg { gboolean open_secret; guint32 pilotId; + GnomePilotConduitSyncType sync_type; /* only used by capplet */ }; #define GET_GCALCONFIG(c) ((GCalConduitCfg*)gtk_object_get_data(GTK_OBJECT(c),"gcalconduit_cfg")) |