aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-11 19:33:35 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-11 19:33:35 +0000
commite83eb833d4c427f66038ac36d59b87435d157f57 (patch)
treef08a64a76489e9691bb3f443309d320f3b2b7d0a /fetchmail.h
parent2d69b9b093b7aaf9b2d2b97317fc54d0bd6813b7 (diff)
downloadfetchmail-e83eb833d4c427f66038ac36d59b87435d157f57.tar.gz
fetchmail-e83eb833d4c427f66038ac36d59b87435d157f57.tar.bz2
fetchmail-e83eb833d4c427f66038ac36d59b87435d157f57.zip
We can specify the authentication command now.
svn path=/trunk/; revision=3062
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 5a2ca283..c0f72f69 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -534,7 +534,7 @@ int is_host_alias(const char *, struct query *);
char *host_fqdn(void);
char *rfc822timestamp(void);
flag isafile(int);
-int do_cram_md5 (int sock, struct query *ctl);
+int do_cram_md5 (int sock, char *command, struct query *ctl);
void yyerror(const char *);
int yylex(void);