diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 15:37:39 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 15:37:39 +0100 |
commit | 7989fcf34257201f54538f289cce1c651341e142 (patch) | |
tree | 852c57b842878efdbf311f7e2bb713745963141f /storage.h | |
parent | a1f17d45fae99428c8024168b55b4279c59ac867 (diff) |
Add check_pass function
Diffstat (limited to 'storage.h')
-rw-r--r-- | storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ typedef struct { /* May be set to NULL if not required */ void (*init) (void); + storage_status_t (*check_pass) (const char *nick, const char *password); + storage_status_t (*load) (const char *nick, const char *password, irc_t * irc); storage_status_t (*save) (irc_t *irc, int overwrite); storage_status_t (*remove) (const char *nick, const char *password); |