Changeset 297d1d02 for storage.h


Ignore:
Timestamp:
2012-06-07T23:11:15Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
bfafb99
Parents:
e222c36
Message:

Remove storage_rename() which was never tested/used, and current /NICK support
should be sufficient.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage.h

    re222c36 r297d1d02  
    5959storage_status_t storage_remove (const char *nick, const char *password);
    6060
    61 /* storage_status_t storage_rename (const char *onick, const char *nnick, const char *password); */
    62 
    6361void register_storage_backend(storage_t *);
    6462G_GNUC_MALLOC GList *storage_init(const char *primary, char **migrate);
Note: See TracChangeset for help on using the changeset viewer.