From 19580930369179181789233ab2f311530d65edf1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 7 Feb 2001 08:01:13 +0000 Subject: First cut at ODMR support. svn path=/trunk/; revision=3028 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index b70bd48e..ef6d4677 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -17,6 +17,7 @@ #define P_IMAP_CRAM_MD5 9 #define P_IMAP_LOGIN 10 #define P_ETRN 11 +#define P_ODMR 12 #if INET6_ENABLE #define SMTP_PORT "smtp" @@ -531,6 +532,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); void yyerror(const char *); int yylex(void); -- cgit v1.2.3