From ca16b36d2abc4591f2647eea3b161f8d5c818672 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 27 Sep 1999 11:49:23 +0000 Subject: Fix a mismatch. svn path=/trunk/; revision=2615 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 65ea3d43..401db928 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -148,7 +148,7 @@ struct method /* describe methods for protocol state machine */ flag delimited; /* if true, accept "." message delimiter */ int (*parse_response)(int, char *); /* response_parsing function */ - int (*password_canonify)(char *, char *); + int (*password_canonify)(char *, char *, int); /* canonicalize password */ int (*getauth)(int, struct query *, char *); /* authorization fetcher */ -- cgit v1.2.3