* Create /starttls as a synonym of /tls. Update the documentation to use
[alpine.git] / alpine / xoauth2conf.h
blob25eec5910082c8e0553793dbf104f9e24c2c9558
1 /*
2 * ========================================================================
3 * Copyright 2006-2007 University of Washington
4 * Copyright 2013-2020 Eduardo Chappa
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
10 * http://www.apache.org/licenses/LICENSE-2.0
12 * ========================================================================
15 #ifndef XOAUTH2_CONFIG
16 #define XOAUTH2_CONFIG
18 #include "confscroll.h"
19 #include "../pith/state.h"
21 /* exported prototypes */
22 void alpine_xoauth2_configuration(struct pine *, int);
23 void xoauth_parse_client_info(char *, char **, char **, char **);
24 void oauth2_get_client_info(char *, char **, char **);
25 char *xoauth_config_line(char *, char *, char *);
27 #endif /* XOAUTH2_CONFIG */