aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/cal-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-util/cal-util.h')
-rw-r--r--calendar/cal-util/cal-util.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/calendar/cal-util/cal-util.h b/calendar/cal-util/cal-util.h
index 2cf7fcee8f..2fc75b29f8 100644
--- a/calendar/cal-util/cal-util.h
+++ b/calendar/cal-util/cal-util.h
@@ -53,12 +53,12 @@ typedef enum {
CALOBJ_TYPE_ANY = 0x07
} CalObjType;
-/* Used for uri list */
+/* Used for mode stuff */
typedef enum {
- CALURI_TYPE_LOCAL = 1 << 0,
- CALURI_TYPE_REMOTE = 1 << 1,
- CALURI_TYPE_ANY = 0x07
-} CalUriType;
+ CAL_MODE_LOCAL = 1 << 0,
+ CAL_MODE_REMOTE = 1 << 1,
+ CAL_MODE_ANY = 0x07
+} CalMode;
void cal_obj_uid_list_free (GList *list);