diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-06-24 14:17:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-06-24 14:17:11 +0000 |
commit | 6006dd080700778ae0e7cefc4e56b5e800e8db1e (patch) | |
tree | 7907374655c39329c0c5da71a89afb857f9ceffd /fetchmail.h | |
parent | e7ec487d41279380def7df865214ae19c5e18399 (diff) | |
download | fetchmail-6006dd080700778ae0e7cefc4e56b5e800e8db1e.tar.gz fetchmail-6006dd080700778ae0e7cefc4e56b5e800e8db1e.tar.bz2 fetchmail-6006dd080700778ae0e7cefc4e56b5e800e8db1e.zip |
First round of ODMR fixes.
svn path=/trunk/; revision=3372
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 0c69349d..947b4ba6 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -555,7 +555,7 @@ int doETRN (struct query *); int doODMR (struct query *); /* authentication functions */ -int do_cram_md5(int sock, char *command, struct query *ctl); +int do_cram_md5(int sock, char *command, struct query *ctl, char *strip); int do_rfc1731(int sock, char *command, char *truename); int do_gssauth(int sock, char *command, char *hostname, char *username); int do_otp(int sock, char *command, struct query *ctl); |