From b73ac9c35fb53203b8d0668251dfb66096883863 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 14 Dec 2005 00:05:27 +0100 Subject: Add support for 'primary' and 'migrate' account storages. Fix two bugs in the text storage backend that were introduced by my previous changes. --- storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage.h') diff --git a/storage.h b/storage.h index f799e3f9..301b424c 100644 --- a/storage.h +++ b/storage.h @@ -61,6 +61,6 @@ storage_status_t storage_remove (const char *nick, const char *password); storage_status_t storage_rename (const char *onick, const char *nnick, const char *password); void register_storage_backend(storage_t *); -storage_t *storage_init(const char *name); +GList *storage_init(const char *primary, char **migrate); #endif /* __STORAGE_H__ */ -- cgit v1.2.3