From 49e1f41ffef6834125db955993f99f1ac17c0bcf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 11 Feb 2001 20:24:31 +0000 Subject: Refactored the Kerberos stuff. svn path=/trunk/; revision=3066 --- fetchmail.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index c0f72f69..51d5bfeb 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -518,6 +518,10 @@ int doPOP3 (struct query *); int doIMAP (struct query *); int doETRN (struct query *); +/* authentication functions */ +int do_cram_md5(int sock, char *command, struct query *ctl); +int do_rfc1731(int sock, char *command, char *truename); + /* miscellanea */ struct query *hostalloc(struct query *); int parsecmdline (int, char **, struct runctl *, struct query *); @@ -534,7 +538,6 @@ int is_host_alias(const char *, struct query *); char *host_fqdn(void); char *rfc822timestamp(void); flag isafile(int); -int do_cram_md5 (int sock, char *command, struct query *ctl); void yyerror(const char *); int yylex(void); -- cgit v1.2.3