diff options
author | default <nobody@localhost> | 2023-04-08 07:04:40 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-08 07:04:40 +0200 |
commit | eba6987fd55c2cc94393c61e6bbd86514e14993b (patch) | |
tree | 0d1b2112e57bae091bc2bee8d3c77fcbd9d2319a /snac.h | |
parent | 353e393f4de68a209f2d454ca62516e180a3f54a (diff) |
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); int mastoapi_post_handler(xs_dict *req, char *q_path, char *payload, int p_size, char **body, int *b_size, char **ctype); +int oauth_post_handler(xs_dict *req, char *q_path, char *payload, int p_size, + char **body, int *b_size, char **ctype); |