aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
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 */