]> git.0d.be Git - empathy.git/blobdiff - src/empathy-auto-salut-account-helper.h
factor out and export create_salut_account_settings
[empathy.git] / src / empathy-auto-salut-account-helper.h
index 8cec7b8ff527cdf56f19b34b55795a2b49fa4374..16e8905e7e362bdcae05398552506e89015e17b0 100644 (file)
 #include <telepathy-glib/account-manager.h>
 
 #include <libempathy/empathy-connection-managers.h>
+#include <libempathy/empathy-account-settings.h>
 
 void create_salut_account_if_needed (void);
 
 gboolean should_create_salut_account (TpAccountManager *manager);
 
+EmpathyAccountSettings * create_salut_account_settings (void);
+
 #endif