diff options
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); | ||