summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-05 11:00:29 +0200
committerdefault <nobody@localhost>2024-05-05 11:00:29 +0200
commit45357b8e6e36f973fc09c0a82a633e2d08b34eda (patch)
treeb6df96e4d221ec76bb01255b8980e0caaf8ba1b7 /snac.h
parent580299bca54a0fe1d3d355e83e6244d92ff3e326 (diff)
New function timeline_to_rss().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 721d088..ae6e975 100644
--- a/snac.h
+++ b/snac.h
@@ -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);