aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/migration.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/migration.h')
-rw-r--r--calendar/gui/migration.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/calendar/gui/migration.h b/calendar/gui/migration.h
index b217ae97c8..b7047d0898 100644
--- a/calendar/gui/migration.h
+++ b/calendar/gui/migration.h
@@ -24,8 +24,10 @@
#define MIGRATION_H
#include <libedataserver/e-source-group.h>
+#include "calendar-component.h"
+#include "tasks-component.h"
-gboolean migrate_old_calendars (ESourceGroup *source_group);
-gboolean migrate_old_tasks (ESourceGroup *source_group);
+gboolean migrate_calendars (CalendarComponent *component, int major, int minor, int revision);
+gboolean migrate_tasks (TasksComponent *component, int major, int minor, int revision);
#endif