aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-account-settings.h')
-rw-r--r--libempathy/empathy-account-settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.h b/libempathy/empathy-account-settings.h
index e48ce988c..7f17e33c8 100644
--- a/libempathy/empathy-account-settings.h
+++ b/libempathy/empathy-account-settings.h
@@ -193,6 +193,10 @@ void empathy_account_settings_set_uri_scheme_tel (EmpathyAccountSettings *self,
gboolean empathy_account_settings_has_uri_scheme_tel (
EmpathyAccountSettings *self);
+void empathy_account_settings_set_storage_provider (
+ EmpathyAccountSettings *self,
+ const gchar *storage);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_ACCOUNT_SETTINGS_H__*/