diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -253,3 +253,4 @@ int mastoapi_post_handler(const xs_dict *req, const char *q_path, | |||
| 253 | int mastoapi_put_handler(const xs_dict *req, const char *q_path, | 253 | int mastoapi_put_handler(const xs_dict *req, const char *q_path, |
| 254 | const char *payload, int p_size, | 254 | const char *payload, int p_size, |
| 255 | char **body, int *b_size, char **ctype); | 255 | char **body, int *b_size, char **ctype); |
| 256 | void mastoapi_purge(void); | ||