diff options
| author | default <nobody@localhost> | 2024-11-10 06:59:55 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-10 06:59:55 +0100 |
| commit | d9b94a556a8f74613737e940871daf95bd1330fd (patch) | |
| tree | 1ab5b3f14147facc8f78068dc99c46b066527341 /snac.h | |
| parent | 5e37c780da31fac9a73e6d960ca00ef19ad4aaff (diff) | |
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, int html_post_handler(const xs_dict *req, const char *q_path, char *payload, int p_size, char **body, int *b_size, char **ctype); -xs_str *timeline_to_rss(snac *user, const xs_list *timeline, char *title, char *link, char *desc); +xs_str *timeline_to_rss(snac *user, const xs_list *timeline, + const char *title, const char *link, const char *desc); int write_default_css(void); int snac_init(const char *_basedir); |