summaryrefslogtreecommitdiffstats
path: root/imap/imaplogin.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/imaplogin.c')
-rw-r--r--imap/imaplogin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/imaplogin.c b/imap/imaplogin.c
index a445a35..8e2f9c9 100644
--- a/imap/imaplogin.c
+++ b/imap/imaplogin.c
@@ -37,7 +37,7 @@
#include "tcpd/spipe.h"
#include "numlib/numlib.h"
#include "tcpd/tlsclient.h"
-
+#include "imapd.h"
FILE *debugfile=0;
extern void initcapability();
@@ -47,6 +47,7 @@ extern int have_starttls();
extern int tlsrequired();
extern int authenticate(const char *, char *, int);
unsigned long header_count=0, body_count=0; /* Dummies */
+int enabled_utf8=0;
extern unsigned long bytes_received_count; /* counter for received bytes (imaptoken.c) */
extern unsigned long bytes_sent_count; /* counter for sent bytes (imapwrite.c) */