diff options
| author | 2023-04-08 07:04:40 +0200 | |
|---|---|---|
| committer | 2023-04-08 07:04:40 +0200 | |
| commit | eba6987fd55c2cc94393c61e6bbd86514e14993b (patch) | |
| tree | 0d1b2112e57bae091bc2bee8d3c77fcbd9d2319a /snac.h | |
| parent | New file mastoapi.c. (diff) | |
| download | snac2-eba6987fd55c2cc94393c61e6bbd86514e14993b.tar.gz snac2-eba6987fd55c2cc94393c61e6bbd86514e14993b.tar.xz snac2-eba6987fd55c2cc94393c61e6bbd86514e14993b.zip | |
Added some OAuth scaffold code.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -226,3 +226,5 @@ void job_wait(xs_val **job); | |||
| 226 | 226 | ||
| 227 | int mastoapi_post_handler(xs_dict *req, char *q_path, char *payload, int p_size, | 227 | int mastoapi_post_handler(xs_dict *req, char *q_path, char *payload, int p_size, |
| 228 | char **body, int *b_size, char **ctype); | 228 | char **body, int *b_size, char **ctype); |
| 229 | int oauth_post_handler(xs_dict *req, char *q_path, char *payload, int p_size, | ||
| 230 | char **body, int *b_size, char **ctype); | ||