diff options
| author | 2025-05-28 07:44:34 +0200 | |
|---|---|---|
| committer | 2025-05-28 07:44:34 +0200 | |
| commit | 859de583d9b575a830bab92a6379f77c70910a93 (patch) | |
| tree | 6fb11ce4c6089939c155900644f1ca0b0de29b07 /snac.h | |
| parent | New function timeline_here(). (diff) | |
| download | snac2-859de583d9b575a830bab92a6379f77c70910a93.tar.gz snac2-859de583d9b575a830bab92a6379f77c70910a93.tar.xz snac2-859de583d9b575a830bab92a6379f77c70910a93.zip | |
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, | |||
| 395 | int html_post_handler(const xs_dict *req, const char *q_path, | 395 | int html_post_handler(const xs_dict *req, const char *q_path, |
| 396 | char *payload, int p_size, | 396 | char *payload, int p_size, |
| 397 | char **body, int *b_size, char **ctype); | 397 | char **body, int *b_size, char **ctype); |
| 398 | xs_str *timeline_to_rss(snac *user, const xs_list *timeline, | 398 | xs_str *rss_from_timeline(snac *user, const xs_list *timeline, |
| 399 | const char *title, const char *link, const char *desc); | 399 | const char *title, const char *link, const char *desc); |
| 400 | 400 | ||
| 401 | int write_default_css(void); | 401 | int write_default_css(void); |