diff options
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); |