From 7989fcf34257201f54538f289cce1c651341e142 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 8 Dec 2005 15:37:39 +0100 Subject: Add check_pass function --- storage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'storage.h') 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); -- cgit v1.2.3