diff options
| author | 2024-01-11 17:46:15 +0000 | |
|---|---|---|
| committer | 2024-01-11 17:46:15 +0000 | |
| commit | 285fb589ff1727e61144f17f77cf275c3a5905ce (patch) | |
| tree | 683be057b3f1b659648e0fdecaca59955fc785ab /snac.h | |
| parent | Added an unveil() call for "/tmp". (diff) | |
| parent | Support DELETE for Mastodon subscriptions (diff) | |
| download | snac2-285fb589ff1727e61144f17f77cf275c3a5905ce.tar.gz snac2-285fb589ff1727e61144f17f77cf275c3a5905ce.tar.xz snac2-285fb589ff1727e61144f17f77cf275c3a5905ce.zip | |
Merge pull request 'Improve support for Mona iOS app' (#100) from jamesoff/snac2:monaapp-support into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/100
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); |