diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -384,7 +384,7 @@ int oauth_post_handler(const xs_dict *req, const char *q_path, | |||
| 384 | const char *payload, int p_size, | 384 | const char *payload, int p_size, |
| 385 | char **body, int *b_size, char **ctype); | 385 | char **body, int *b_size, char **ctype); |
| 386 | int mastoapi_get_handler(const xs_dict *req, const char *q_path, | 386 | int mastoapi_get_handler(const xs_dict *req, const char *q_path, |
| 387 | char **body, int *b_size, char **ctype); | 387 | char **body, int *b_size, char **ctype, xs_str **link); |
| 388 | int mastoapi_post_handler(const xs_dict *req, const char *q_path, | 388 | int mastoapi_post_handler(const xs_dict *req, const char *q_path, |
| 389 | const char *payload, int p_size, | 389 | const char *payload, int p_size, |
| 390 | char **body, int *b_size, char **ctype); | 390 | char **body, int *b_size, char **ctype); |