aboutsummaryrefslogtreecommitdiffstats
path: root/storage.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-06-08 00:11:15 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-06-08 00:11:15 +0100
commit297d1d029057d06d1e5b36d4a156ddd6edf379ed (patch)
treec04dfc7e4265728794ec8e47f9559c548b8ea4be /storage.h
parente222c36bb432c77da90ce39609ad4ba472550bb7 (diff)
Remove storage_rename() which was never tested/used, and current /NICK support
should be sufficient.
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);