diff options
| author | 2024-02-21 08:09:57 +0100 | |
|---|---|---|
| committer | 2024-02-21 08:09:57 +0100 | |
| commit | b40e71c11c2451b541bd55238b0566a9ecc7570f (patch) | |
| tree | 7a6ee4381a4eb84f4ecc04e285af191d214824ed /snac.h | |
| parent | Renamed 'local' argument to 'read_only', as it was a bit confusing. (diff) | |
| download | snac2-b40e71c11c2451b541bd55238b0566a9ecc7570f.tar.gz snac2-b40e71c11c2451b541bd55238b0566a9ecc7570f.tar.xz snac2-b40e71c11c2451b541bd55238b0566a9ecc7570f.zip | |
Added a page argument to html_timeline().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -297,7 +297,7 @@ xs_str *sanitize(const char *content); | |||
| 297 | xs_str *encode_html(const char *str); | 297 | xs_str *encode_html(const char *str); |
| 298 | 298 | ||
| 299 | xs_str *html_timeline(snac *user, const xs_list *list, int local, | 299 | xs_str *html_timeline(snac *user, const xs_list *list, int local, |
| 300 | int skip, int show, int show_more, char *tag); | 300 | int skip, int show, int show_more, char *tag, char *page); |
| 301 | 301 | ||
| 302 | int html_get_handler(const xs_dict *req, const char *q_path, | 302 | int html_get_handler(const xs_dict *req, const char *q_path, |
| 303 | char **body, int *b_size, char **ctype, xs_str **etag); | 303 | char **body, int *b_size, char **ctype, xs_str **etag); |