summaryrefslogtreecommitdiff
path: root/alpine/init.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-04-01 00:08:31 -0600
committerEduardo Chappa <chappa@washington.edu>2020-04-01 00:08:31 -0600
commit361159a88dd47ba2cfa0f8b9b9b6b8d0d55890a7 (patch)
tree77902adca4f3c9c5a8e5e3979b82905d027bbf82 /alpine/init.h
parent40444dc0d4c794e8e0a67b0bd2c636504850b168 (diff)
downloadalpine-361159a88dd47ba2cfa0f8b9b9b6b8d0d55890a7.tar.xz
* When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
it does not display the url the user needs to open, in order to authorize Alpine to access Gmail using XOAUTH2 when Alpine still has not created a screen. Reported by Baron Fujimoto.
Diffstat (limited to 'alpine/init.h')
-rw-r--r--alpine/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/init.h b/alpine/init.h
index 24f42e4c..8d8f098d 100644
--- a/alpine/init.h
+++ b/alpine/init.h
@@ -21,7 +21,7 @@
/* exported prototypes */
int init_mail_dir(struct pine *);
int expire_sent_mail(void);
-
+void display_init_err(char *, int);
#endif /* PINE_INIT_INCLUDED */