From 994a4e5f1caa4a0ce8ab8e29908f8d848f3a8db9 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Wed, 5 Nov 2003 07:32:39 +0000 Subject: add a unimplemented warning so we at least avoid relocation errors. 2003-11-05 Larry Ewing * gui/migration.c (process_old_dir): add a unimplemented warning so we at least avoid relocation errors. svn path=/trunk/; revision=23190 --- calendar/gui/migration.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'calendar/gui/migration.c') diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index 6dc16b8714..2ace1ae898 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -26,6 +26,14 @@ #include #include "migration.h" +static gboolean +process_old_dir (ESourceGroup *source_group, const char *path, + const char *filename, const char *name, const char *base_uri) +{ + g_warning ("process_old_dir is unimplemented"); + return FALSE; +} + static gboolean process_calendar_dir (ESourceGroup *source_group, const char *path, const char *filename, const char *name, const char *base_uri) -- cgit v1.2.3