aboutsummaryrefslogtreecommitdiffstats
path: root/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage.h')
-rw-r--r--storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage.h b/storage.h
index 25aa2cb0..3139d63b 100644
--- a/storage.h
+++ b/storage.h
@@ -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);