changeset 980:dd4b74885c43 HEAD

compile fix
author Timo Sirainen <tss@iki.fi>
date Wed, 15 Jan 2003 17:43:22 +0200
parents fd1438d43443
children 7e9b90bfe78c
files src/auth/userinfo-vpopmail.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;