diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -248,3 +248,6 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, | |||
| 248 | int mastoapi_post_handler(const xs_dict *req, const char *q_path, | 248 | int mastoapi_post_handler(const xs_dict *req, const char *q_path, |
| 249 | const char *payload, int p_size, | 249 | const char *payload, int p_size, |
| 250 | char **body, int *b_size, char **ctype); | 250 | char **body, int *b_size, char **ctype); |
| 251 | int mastoapi_put_handler(const xs_dict *req, const char *q_path, | ||
| 252 | const char *payload, int p_size, | ||
| 253 | char **body, int *b_size, char **ctype); | ||