summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2024-12-15 22:52:41 +0100
committerGravatar default2024-12-15 22:52:41 +0100
commitc6562fa39bc3b609429fea9064a94cf080922da5 (patch)
treeb28e0945fb1d17c0f9a4724fd657c5cc30efd2a9 /snac.h
parentFixed crash in mastoapi_status() Emoji list. (diff)
downloadpenes-snac2-c6562fa39bc3b609429fea9064a94cf080922da5.tar.gz
penes-snac2-c6562fa39bc3b609429fea9064a94cf080922da5.tar.xz
penes-snac2-c6562fa39bc3b609429fea9064a94cf080922da5.zip
New function timeline_link_header().
Diffstat (limited to '')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index acc175f..5b8b2f8 100644
--- a/snac.h
+++ b/snac.h
@@ -384,7 +384,7 @@ int oauth_post_handler(const xs_dict *req, const char *q_path,
384 const char *payload, int p_size, 384 const char *payload, int p_size,
385 char **body, int *b_size, char **ctype); 385 char **body, int *b_size, char **ctype);
386int mastoapi_get_handler(const xs_dict *req, const char *q_path, 386int mastoapi_get_handler(const xs_dict *req, const char *q_path,
387 char **body, int *b_size, char **ctype); 387 char **body, int *b_size, char **ctype, xs_str **link);
388int mastoapi_post_handler(const xs_dict *req, const char *q_path, 388int mastoapi_post_handler(const xs_dict *req, const char *q_path,
389 const char *payload, int p_size, 389 const char *payload, int p_size,
390 char **body, int *b_size, char **ctype); 390 char **body, int *b_size, char **ctype);