diff options
Diffstat (limited to 'imap/src/c-client/mail.h')
-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); |