aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h5
1 files changed, 4 insertions, 1 deletions
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);