Changeset 7989fcf3 for storage.h


Ignore:
Timestamp:
2005-12-08T14:37:39Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
8efa2f4
Parents:
a1f17d4
Message:

Add check_pass function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage.h

    ra1f17d4 r7989fcf3  
    4343        void (*init) (void);
    4444
     45        storage_status_t (*check_pass) (const char *nick, const char *password);
     46
    4547        storage_status_t (*load) (const char *nick, const char *password, irc_t * irc);
    4648        storage_status_t (*save) (irc_t *irc, int overwrite);
Note: See TracChangeset for help on using the changeset viewer.