diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-10-19 19:39:35 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-10-19 19:39:35 +0800 |
commit | 458df50352e58835c3a4fadff6705307dad39ab8 (patch) | |
tree | f6afd1b9b684909657dd078e089e2c6308c3b107 /calendar/gui/migration.h | |
parent | bf5eb927b690676631a8132cd8638ed5b0948b99 (diff) | |
download | gsoc2013-evolution-458df50352e58835c3a4fadff6705307dad39ab8.tar.gz gsoc2013-evolution-458df50352e58835c3a4fadff6705307dad39ab8.tar.zst gsoc2013-evolution-458df50352e58835c3a4fadff6705307dad39ab8.zip |
Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>
2005-10-19 Harish Krishnaswamy <kharish@novell.com>
Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>
svn path=/trunk/; revision=30537
Diffstat (limited to 'calendar/gui/migration.h')
-rw-r--r-- | calendar/gui/migration.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/migration.h b/calendar/gui/migration.h index 1092e30c14..5207dbe3b7 100644 --- a/calendar/gui/migration.h +++ b/calendar/gui/migration.h @@ -26,10 +26,11 @@ #include <libedataserver/e-source-group.h> #include "calendar-component.h" #include "tasks-component.h" +#include "memos-component.h" struct _GError; gboolean migrate_calendars (CalendarComponent *component, int major, int minor, int revision, struct _GError **err); gboolean migrate_tasks (TasksComponent *component, int major, int minor, int revision, struct _GError **err); - +gboolean migrate_memos (MemosComponent *component, int major, int minor, int revision, struct _GError **err); #endif |