summaryrefslogtreecommitdiff
path: root/src/mcd-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-storage.h')
-rw-r--r--src/mcd-storage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mcd-storage.h b/src/mcd-storage.h
index 16f112bd..56732f11 100644
--- a/src/mcd-storage.h
+++ b/src/mcd-storage.h
@@ -166,6 +166,10 @@ gboolean mcd_storage_init_value_for_attribute (GValue *value,
GHashTable *mcd_storage_dup_typed_parameters (McdStorage *self,
const gchar *account);
+gboolean mcd_storage_maybe_migrate_parameters (McdStorage *self,
+ const gchar *account_name,
+ TpProtocol *protocol);
+
G_END_DECLS
#endif /* MCD_STORAGE_H */