diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -259,6 +259,8 @@ xs_str *not_really_markdown(const char *content, xs_list **attach); | |||
| 259 | xs_str *sanitize(const char *content); | 259 | xs_str *sanitize(const char *content); |
| 260 | xs_str *encode_html(const char *str); | 260 | xs_str *encode_html(const char *str); |
| 261 | 261 | ||
| 262 | xs_str *html_timeline(snac *user, const xs_list *list, int local, int skip, int show, int show_more); | ||
| 263 | |||
| 262 | int html_get_handler(const xs_dict *req, const char *q_path, | 264 | int html_get_handler(const xs_dict *req, const char *q_path, |
| 263 | char **body, int *b_size, char **ctype, xs_str **etag); | 265 | char **body, int *b_size, char **ctype, xs_str **etag); |
| 264 | int html_post_handler(const xs_dict *req, const char *q_path, | 266 | int html_post_handler(const xs_dict *req, const char *q_path, |