# HG changeset patch # User Timo Sirainen # Date 1042645402 -7200 # Node ID dd4b74885c4322132eb1c39bfb647ff026c8c654 # Parent fd1438d4344303489f423585ca0bff1ef73edda2 compile fix diff -r fd1438d43443 -r dd4b74885c43 src/auth/userinfo-vpopmail.c --- a/src/auth/userinfo-vpopmail.c Tue Jan 14 23:49:31 2003 +0200 +++ b/src/auth/userinfo-vpopmail.c Wed Jan 15 17:43:22 2003 +0200 @@ -22,7 +22,7 @@ #define VPOPMAIL_LIMIT 81 static int vpopmail_verify_plain(const char *user, const char *password, - AuthCookieReplyData *reply) + struct auth_cookie_reply_data *reply) { char vpop_user[VPOPMAIL_LIMIT], vpop_domain[VPOPMAIL_LIMIT]; struct vqpasswd *vpw;