diff options
-rw-r--r-- | lib/ephy-profile-migrator.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ephy-profile-migrator.c b/lib/ephy-profile-migrator.c index 6bb07def3..af2901277 100644 --- a/lib/ephy-profile-migrator.c +++ b/lib/ephy-profile-migrator.c @@ -61,7 +61,10 @@ static int version = -1; * - Add your function at the end of the 'migrators' array */ -typedef void (*EphyProfileMigrator) (void); +typedef gboolean (*EphyProfileMigrator) (const char *profile_dir, + const char *dest_dir, + gboolean dry_run, + gpointer data); static gboolean profile_dir_exists () |