diff options
author | default <nobody@localhost> | 2024-05-05 11:00:29 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-05 11:00:29 +0200 |
commit | 45357b8e6e36f973fc09c0a82a633e2d08b34eda (patch) | |
tree | b6df96e4d221ec76bb01255b8980e0caaf8ba1b7 /snac.h | |
parent | 580299bca54a0fe1d3d355e83e6244d92ff3e326 (diff) |
New function timeline_to_rss().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -324,6 +324,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, char *title, char *link, char *desc); int snac_init(const char *_basedir); int adduser(const char *uid); |