summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-11-08 10:14:56 +0100
committerdefault <nobody@localhost>2023-11-08 10:14:56 +0100
commit8417a80fec2549ab76096234584571846286bf8e (patch)
treea392125ef6ca0ba806d3eb4d3e4108b49f6b6c4f /snac.h
parent7787fc7d32083553ab6e9f611e902c487844af83 (diff)
Added a tag argument to html_timeline().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 8c02004..e2c042d 100644
--- a/snac.h
+++ b/snac.h
@@ -269,7 +269,8 @@ xs_str *sanitize(const char *content);
xs_str *encode_html_strict(const char *str);
xs_str *encode_html(const char *str);
-xs_str *html_timeline(snac *user, const xs_list *list, int local, int skip, int show, int show_more);
+xs_str *html_timeline(snac *user, const xs_list *list, int local,
+ int skip, int show, int show_more, char *tag);
int html_get_handler(const xs_dict *req, const char *q_path,
char **body, int *b_size, char **ctype, xs_str **etag);