diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -312,6 +312,8 @@ int oauth_post_handler(const xs_dict *req, const char *q_path, | |||
| 312 | char **body, int *b_size, char **ctype); | 312 | char **body, int *b_size, char **ctype); |
| 313 | int mastoapi_get_handler(const xs_dict *req, const char *q_path, | 313 | int mastoapi_get_handler(const xs_dict *req, const char *q_path, |
| 314 | char **body, int *b_size, char **ctype); | 314 | char **body, int *b_size, char **ctype); |
| 315 | int mastoapi_delete_handler(const xs_dict *req, const char *q_path, | ||
| 316 | char **body, int *b_size, char **ctype); | ||
| 315 | int mastoapi_post_handler(const xs_dict *req, const char *q_path, | 317 | int mastoapi_post_handler(const xs_dict *req, const char *q_path, |
| 316 | const char *payload, int p_size, | 318 | const char *payload, int p_size, |
| 317 | char **body, int *b_size, char **ctype); | 319 | char **body, int *b_size, char **ctype); |