diff options
author | default <nobody@localhost> | 2023-11-08 10:14:56 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-08 10:14:56 +0100 |
commit | 8417a80fec2549ab76096234584571846286bf8e (patch) | |
tree | a392125ef6ca0ba806d3eb4d3e4108b49f6b6c4f /snac.h | |
parent | 7787fc7d32083553ab6e9f611e902c487844af83 (diff) |
Added a tag argument to html_timeline().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |