summaryrefslogtreecommitdiff
path: root/imap/src/c-client/mail.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-17 15:48:25 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-17 15:48:25 -0700
commitb381cc1f2238d6d7d8de4b63200c9c15900a21dc (patch)
treef58df2c403a83c6bb3c1053fbf325279671fbfd6 /imap/src/c-client/mail.h
parentafbf1ef03d944a775cafbc02243f8eb8c15d096e (diff)
downloadalpine-b381cc1f2238d6d7d8de4b63200c9c15900a21dc.tar.xz
* Add file imap/src/osdep/nt/nt_libressl.c, which is useful to build
the windows version of Alpine in a 32-bit environment.
Diffstat (limited to 'imap/src/c-client/mail.h')
-rw-r--r--imap/src/c-client/mail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/c-client/mail.h b/imap/src/c-client/mail.h
index 4cb35133..7ca9c28d 100644
--- a/imap/src/c-client/mail.h
+++ b/imap/src/c-client/mail.h
@@ -1951,5 +1951,5 @@ typedef struct oauth2_s {
} OAUTH2_S;
typedef char *(*oauth2getaccesscode_t) (char *url, OAUTH2_S *, int *);
-typedef void *(*oauth2clientinfo_t)(char *name, char **id, char **secret);
+typedef void (*oauth2clientinfo_t)(char *name, char **id, char **secret);