aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-24 14:17:11 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-24 14:17:11 +0000
commit6006dd080700778ae0e7cefc4e56b5e800e8db1e (patch)
tree7907374655c39329c0c5da71a89afb857f9ceffd /fetchmail.h
parente7ec487d41279380def7df865214ae19c5e18399 (diff)
downloadfetchmail-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.h2
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);