diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -355,7 +355,8 @@ int html_get_handler(const xs_dict *req, const char *q_path, | |||
| 355 | int html_post_handler(const xs_dict *req, const char *q_path, | 355 | int html_post_handler(const xs_dict *req, const char *q_path, |
| 356 | char *payload, int p_size, | 356 | char *payload, int p_size, |
| 357 | char **body, int *b_size, char **ctype); | 357 | char **body, int *b_size, char **ctype); |
| 358 | xs_str *timeline_to_rss(snac *user, const xs_list *timeline, char *title, char *link, char *desc); | 358 | xs_str *timeline_to_rss(snac *user, const xs_list *timeline, |
| 359 | const char *title, const char *link, const char *desc); | ||
| 359 | 360 | ||
| 360 | int write_default_css(void); | 361 | int write_default_css(void); |
| 361 | int snac_init(const char *_basedir); | 362 | int snac_init(const char *_basedir); |