aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-auth-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-auth-factory.h')
-rw-r--r--libempathy/empathy-auth-factory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-auth-factory.h b/libempathy/empathy-auth-factory.h
index e84c13bcc..5d31b1edd 100644
--- a/libempathy/empathy-auth-factory.h
+++ b/libempathy/empathy-auth-factory.h
@@ -64,6 +64,10 @@ EmpathyAuthFactory * empathy_auth_factory_new (TpSimpleClientFactory *factory);
gboolean empathy_auth_factory_register (EmpathyAuthFactory *self,
GError **error);
+void empathy_auth_factory_save_retry_password (EmpathyAuthFactory *self,
+ TpAccount *account,
+ const gchar *password);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_AUTH_FACTORY_H__*/