aboutsummaryrefslogtreecommitdiffstats
path: root/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage.h')
-rw-r--r--storage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage.h b/storage.h
index f2e9afce..994851eb 100644
--- a/storage.h
+++ b/storage.h
@@ -58,8 +58,6 @@ storage_status_t storage_load (irc_t * irc, const char *password);
storage_status_t storage_save (irc_t *irc, char *password, int overwrite);
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 *);
G_GNUC_MALLOC GList *storage_init(const char *primary, char **migrate);