aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-import-dialog.h')
-rw-r--r--src/empathy-import-dialog.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/empathy-import-dialog.h b/src/empathy-import-dialog.h
index 55ad8fb6e..68fd6e17a 100644
--- a/src/empathy-import-dialog.h
+++ b/src/empathy-import-dialog.h
@@ -26,6 +26,16 @@
G_BEGIN_DECLS
+typedef struct
+{
+ /* Table mapping CM param string to a GValue */
+ GHashTable *settings;
+ /* The profile to use for this account */
+ McProfile *profile;
+} EmpathyImportAccountData;
+
+EmpathyImportAccountData *empathy_import_account_data_new (void);
+void empathy_import_account_data_free (EmpathyImportAccountData *data);
void empathy_import_dialog_show (GtkWindow *parent, gboolean warning);
G_END_DECLS