diff options
| author | 2024-05-07 20:32:13 +0200 | |
|---|---|---|
| committer | 2024-05-07 20:32:13 +0200 | |
| commit | 82ec4ea95cb1040c5b9b983ec649dbde024d20f8 (patch) | |
| tree | a40e9e610bcb425a32161c78c0f7d58b691f3207 /snac.h | |
| parent | Fixed typo. (diff) | |
| download | snac2-82ec4ea95cb1040c5b9b983ec649dbde024d20f8.tar.gz snac2-82ec4ea95cb1040c5b9b983ec649dbde024d20f8.tar.xz snac2-82ec4ea95cb1040c5b9b983ec649dbde024d20f8.zip | |
Minor "Back to top" "More..." link refactoring.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -318,7 +318,7 @@ xs_str *encode_html(const char *str); | |||
| 318 | 318 | ||
| 319 | xs_str *html_timeline(snac *user, const xs_list *list, int read_only, | 319 | xs_str *html_timeline(snac *user, const xs_list *list, int read_only, |
| 320 | int skip, int show, int show_more, | 320 | int skip, int show, int show_more, |
| 321 | char *tag, char *page, int utl); | 321 | char *title, char *page, int utl); |
| 322 | 322 | ||
| 323 | int html_get_handler(const xs_dict *req, const char *q_path, | 323 | int html_get_handler(const xs_dict *req, const char *q_path, |
| 324 | char **body, int *b_size, char **ctype, xs_str **etag); | 324 | char **body, int *b_size, char **ctype, xs_str **etag); |