aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-auto-salut-account-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-auto-salut-account-helper.h')
-rw-r--r--src/empathy-auto-salut-account-helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-auto-salut-account-helper.h b/src/empathy-auto-salut-account-helper.h
index 8cec7b8ff..16e8905e7 100644
--- a/src/empathy-auto-salut-account-helper.h
+++ b/src/empathy-auto-salut-account-helper.h
@@ -27,9 +27,12 @@
#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