From e83eb833d4c427f66038ac36d59b87435d157f57 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 11 Feb 2001 19:33:35 +0000 Subject: We can specify the authentication command now. svn path=/trunk/; revision=3062 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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); -- cgit v1.2.3