diff options
| author | grunfink <grunfink@comam.es> | 2025-05-28 07:56:44 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-05-28 07:56:44 +0200 |
| commit | b783f287c8b3e77bbd1eb94892ea645ba05e8770 (patch) | |
| tree | a80f8cf79f21159606ee5fb1c7fbf46e6da0a884 /snac.h | |
| parent | 97ff66116b7633066375bbc6cc88be5b8587453b (diff) | |
New function rss_to_timeline().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -463,3 +463,5 @@ const char *lang_str(const char *str, const snac *user); xs_str *rss_from_timeline(snac *user, const xs_list *timeline, const char *title, const char *link, const char *desc); +void rss_to_timeline(snac *user, const char *url); +void rss_process(void); |