summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-02-21 08:09:57 +0100
committerdefault <nobody@localhost>2024-02-21 08:09:57 +0100
commitb40e71c11c2451b541bd55238b0566a9ecc7570f (patch)
tree7a6ee4381a4eb84f4ecc04e285af191d214824ed /snac.h
parent2b814287fd89941f275c478e7e3d51af6bf72775 (diff)
Added a page argument to html_timeline().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 8de3a83..bd7daaf 100644
--- a/snac.h
+++ b/snac.h
@@ -297,7 +297,7 @@ xs_str *sanitize(const char *content);
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, char *tag);
+ int skip, int show, int show_more, char *tag, char *page);
int html_get_handler(const xs_dict *req, const char *q_path,
char **body, int *b_size, char **ctype, xs_str **etag);