]> git.0d.be Git - empathy.git/blobdiff - src/empathy-import-dialog.h
Move should_create_salut_account to local-xmpp-assistant-widget
[empathy.git] / src / empathy-import-dialog.h
index 0e9d225c4c163114b80f12763401dcdf7555e9bd..a412037d1bcbe9d69b56755bfc930bed6cfaacbf 100644 (file)
@@ -25,6 +25,8 @@
 #ifndef __EMPATHY_IMPORT_DIALOG_H__
 #define __EMPATHY_IMPORT_DIALOG_H__
 
+#include <libempathy/empathy-connection-managers.h>
+
 G_BEGIN_DECLS
 
 #define EMPATHY_TYPE_IMPORT_DIALOG empathy_import_dialog_get_type()
@@ -56,7 +58,8 @@ typedef struct {
 GType empathy_import_dialog_get_type (void);
 
 GtkWidget* empathy_import_dialog_new (GtkWindow *parent_window,
-    gboolean show_warning);
+    gboolean show_warning,
+    EmpathyConnectionManagers *cms);
 
 G_END_DECLS