diff options
| author | grunfink <grunfink@comam.es> | 2025-05-28 07:44:34 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-05-28 07:44:34 +0200 |
| commit | 859de583d9b575a830bab92a6379f77c70910a93 (patch) | |
| tree | 6fb11ce4c6089939c155900644f1ca0b0de29b07 /snac.h | |
| parent | 5bc451159420d5d51a507fda82a623069cfae92b (diff) | |
Renamed timeline_to_rss() to rss_from_timeline().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ 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, +xs_str *rss_from_timeline(snac *user, const xs_list *timeline, const char *title, const char *link, const char *desc); int write_default_css(void); |