diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-17 15:48:25 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-17 15:48:25 -0700 |
commit | b381cc1f2238d6d7d8de4b63200c9c15900a21dc (patch) | |
tree | f58df2c403a83c6bb3c1053fbf325279671fbfd6 /imap/src/c-client | |
parent | afbf1ef03d944a775cafbc02243f8eb8c15d096e (diff) | |
download | alpine-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')
-rw-r--r-- | imap/src/c-client/mail.h | 2 |
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); |