diff options
| author | default <nobody@localhost> | 2024-12-15 22:52:41 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-12-15 22:52:41 +0100 |
| commit | c6562fa39bc3b609429fea9064a94cf080922da5 (patch) | |
| tree | b28e0945fb1d17c0f9a4724fd657c5cc30efd2a9 /snac.h | |
| parent | e8ae4920f6758c064bccba63f0a74d09ab57b751 (diff) | |
New function timeline_link_header().
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, const char *payload, int p_size, char **body, int *b_size, char **ctype); int mastoapi_get_handler(const xs_dict *req, const char *q_path, - char **body, int *b_size, char **ctype); + char **body, int *b_size, char **ctype, xs_str **link); int mastoapi_post_handler(const xs_dict *req, const char *q_path, const char *payload, int p_size, char **body, int *b_size, char **ctype); |