summaryrefslogtreecommitdiff
path: root/imap4d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-01-21 08:11:01 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-01-21 08:11:01 +0000
commit68b0e793683986f7425e776f892e5f84ad96264c (patch)
tree97df450cc92dd59a0c969fc4b7f7922471c08087 /imap4d
parented7d46fd982670432201d171318da9507f9e6814 (diff)
downloadmailutils-68b0e793683986f7425e776f892e5f84ad96264c.tar.gz
mailutils-68b0e793683986f7425e776f892e5f84ad96264c.tar.bz2
Updated
Diffstat (limited to 'imap4d')
-rw-r--r--imap4d/imap4d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap4d/imap4d.h b/imap4d/imap4d.h
index b5c3f05f1..4cda8ad97 100644
--- a/imap4d/imap4d.h
+++ b/imap4d/imap4d.h
@@ -153,9 +153,10 @@ extern struct mu_auth_data *auth_data;
#ifdef WITH_TLS
extern int tls_available;
extern int tls_done;
-extern int login_disabled;
#endif /* WITH_TLS */
+extern int login_disabled;
+
#ifndef HAVE_STRTOK_R
extern char *strtok_r __P((char *s, const char *delim, char **save_ptr));
#endif

Return to:

Send suggestions and report system problems to the System administrator.