diff options
| author | 2024-02-21 08:12:05 +0100 | |
|---|---|---|
| committer | 2024-02-21 08:12:10 +0100 | |
| commit | bc3c7dde33cf87f55cdb2465f5f155b48e15e4df (patch) | |
| tree | e93a25dce99cdaeef86fb08debb76f3e81c6ccb3 /snac.h | |
| parent | Added a page argument to html_timeline(). (diff) | |
| download | snac2-bc3c7dde33cf87f55cdb2465f5f155b48e15e4df.tar.gz snac2-bc3c7dde33cf87f55cdb2465f5f155b48e15e4df.tar.xz snac2-bc3c7dde33cf87f55cdb2465f5f155b48e15e4df.zip | |
More local -> read_only argument renamings.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -296,7 +296,7 @@ xs_str *not_really_markdown(const char *content, xs_list **attach); | |||
| 296 | xs_str *sanitize(const char *content); | 296 | 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 read_only, |
| 300 | int skip, int show, int show_more, char *tag, char *page); | 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, |