diff options
| author | 2024-11-10 06:59:55 +0100 | |
|---|---|---|
| committer | 2024-11-10 06:59:55 +0100 | |
| commit | d9b94a556a8f74613737e940871daf95bd1330fd (patch) | |
| tree | 1ab5b3f14147facc8f78068dc99c46b066527341 /snac.h | |
| parent | Merge pull request 'Fix "empty input line" warning by groff' (#222) from serg... (diff) | |
| download | snac2-d9b94a556a8f74613737e940871daf95bd1330fd.tar.gz snac2-d9b94a556a8f74613737e940871daf95bd1330fd.tar.xz snac2-d9b94a556a8f74613737e940871daf95bd1330fd.zip | |
RSS feeds are now 2.0 instead of 0.91.
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); |